]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/tests/match03.cic.test
- regtest now handles more than one interpretation: the tests committed
[helm.git] / helm / gTopLevel / tests / match03.cic.test
index 16b4097e79a84d2c54f18556f1e660466845bf4e..94681ed5962b1910183d5d45e47ea7ccb67a6bab 100644 (file)
@@ -2,6 +2,13 @@
 match true:bool 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      *)