]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/tests/forall00.cic.test
moved some old stuff to the history
[helm.git] / helm / gTopLevel / tests / forall00.cic.test
diff --git a/helm/gTopLevel/tests/forall00.cic.test b/helm/gTopLevel/tests/forall00.cic.test
deleted file mode 100644 (file)
index fccef76..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-\forall n:nat. \forall m. n + m = n
-###### INTERPRETATION NUMBER 1 ######
-### (* disambiguation environment  *)
-alias id nat = cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1)
-alias symbol "eq" (instance 0) = "leibnitz's equality"
-alias symbol "plus" (instance 0) = "natural plus"
-### (* METASENV after disambiguation  *)
-
-### (* TERM after disambiguation      *)
-(n:nat)(m:nat)(eq nat (plus n m) n)
-### (* TYPE_OF the disambiguated term *)
-Prop
-### (* REDUCED disambiguated term     *)
-(n:nat)(m:nat)(eq nat (plus n m) n)