]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/tests/match02.cic.test
- regtest now handles more than one interpretation: the tests committed
[helm.git] / helm / gTopLevel / tests / match02.cic.test
index c265102742d4435892e0cf49f5d142a599589071..49f680053b51fe6ba23ab97226b4e7d0497d5485 100644 (file)
@@ -2,6 +2,14 @@
 match (le_S 0 0 (le_n 0)): le with
 [ le_n \Rightarrow (le_S 0 0 (le_n 0))
 | (le_S x y) \Rightarrow (le_S 0 (S x) (le_S 0 x y)) ]
+###### INTERPRETATION NUMBER 1 ######
+### (* disambiguation environment  *)
+alias id S = cic:/Coq/Init/Datatypes/nat.ind#1/1/2
+alias id le = cic:/Coq/Init/Peano/le.ind#1/1
+alias id le_S = cic:/Coq/Init/Peano/le.ind#1/1/2
+alias id le_n = cic:/Coq/Init/Peano/le.ind#1/1/1
+alias id nat = cic:/Coq/Init/Datatypes/nat.ind#1/1
+alias num (instance 0) = "natural number"
 ### (* METASENV after disambiguation  *)
 
 ### (* TERM after disambiguation      *)