]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/tests/forall00.cic.test
__n no longer generated.
[helm.git] / helm / gTopLevel / tests / forall00.cic.test
index 8391ea568ff781f990a75c45628dd754b21b03e4..1665098f72b96a166f82ba11821cc2a33b55ef6b 100644 (file)
@@ -2,8 +2,8 @@
 ### (* METASENV after disambiguation  *)
 
 ### (* TERM after disambiguation      *)
-(n:nat)(nat->(eq nat (plus n __1) n))
+(n:nat)(m:nat)(eq nat (plus n m) n)
 ### (* TYPE_OF the disambiguated term *)
 Prop
 ### (* REDUCED disambiguated term     *)
-(n:nat)(nat->(eq nat (plus n __1) n))
+(n:nat)(m:nat)(eq nat (plus n m) n)