]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/tests/match07.cic.test
This commit was manufactured by cvs2svn to create branch 'moogle'.
[helm.git] / helm / gTopLevel / tests / match07.cic.test
diff --git a/helm/gTopLevel/tests/match07.cic.test b/helm/gTopLevel/tests/match07.cic.test
deleted file mode 100644 (file)
index a8331cf..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-[\lambda x:bool. nat]
-match true with
-[ true \Rightarrow O
-| false \Rightarrow (S O) ]
-###### INTERPRETATION NUMBER 1 ######
-### (* disambiguation environment  *)
-alias id O = cic:/Coq/Init/Datatypes/nat.ind#1/1/1
-alias id S = cic:/Coq/Init/Datatypes/nat.ind#1/1/2
-alias id bool = cic:/Coq/Init/Datatypes/bool.ind#1/1
-alias id nat = cic:/Coq/Init/Datatypes/nat.ind#1/1
-alias id true = cic:/Coq/Init/Datatypes/bool.ind#1/1/1
-### (* METASENV after disambiguation  *)
-
-### (* TERM after disambiguation      *)
-
-<[x:bool]nat>Cases true of 
- true => O
- false => (S O)
-end
-### (* TYPE_OF the disambiguated term *)
-([x:bool]nat true)
-### (* REDUCED disambiguated term     *)
-O