]> matita.cs.unibo.it Git - helm.git/commitdiff
...
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 4 Feb 2004 14:27:38 +0000 (14:27 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 4 Feb 2004 14:27:38 +0000 (14:27 +0000)
helm/gTopLevel/tests/lambda01.cic.test

index 0e1f8c22c5f97869e7f71ecd6ec198543d38f9e7..112856446ba5a4ce3d7742883a01ca9c7f9ac48f 100644 (file)
@@ -1,8 +1,8 @@
 (\lambda f. (f 0 (le_n 0))
   \lambda n. \lambda H. (refl_equal nat 0)))
 ### (* METASENV after disambiguation  *)
-f : (nat->((le O O)->(eq nat O O))); _ : nat |- ?14: Type
-f : (nat->((le O O)->(eq nat O O))); _ : nat |- ?15: ?14[-2 ; -1]
+_; _ : nat |- ?14: Type
+_; _ : nat |- ?15: ?14[_ ; -1]
 ### (* TERM after disambiguation      *)
 ([f:(nat->((le O O)->(eq nat O O)))](f O (le_n O)) [n:nat][H:(le O O)](refl_equal nat O))
 ### (* TYPE_OF the disambiguated term *)