]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/tests/match04.cic.test
- regtest now handles more than one interpretation: the tests committed
[helm.git] / helm / gTopLevel / tests / match04.cic.test
index 280bfbf5d26549be58b3c13f077c0aaed9788048..9c8016c60056c18b3460f5022f76c7188f135e5e 100644 (file)
@@ -2,6 +2,11 @@
 match O:nat with
 [ O \Rightarrow O
 | (S x) \Rightarrow (S (S x)) ]
+###### 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 nat = cic:/Coq/Init/Datatypes/nat.ind#1/1
 ### (* METASENV after disambiguation  *)
 
 ### (* TERM after disambiguation      *)