]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/tests/forall00.cic.test
dummy dependent types and dummy letins are now removed from the refined
[helm.git] / helm / gTopLevel / tests / forall00.cic.test
index 1665098f72b96a166f82ba11821cc2a33b55ef6b..8391ea568ff781f990a75c45628dd754b21b03e4 100644 (file)
@@ -2,8 +2,8 @@
 ### (* METASENV after disambiguation  *)
 
 ### (* TERM after disambiguation      *)
-(n:nat)(m:nat)(eq nat (plus n m) n)
+(n:nat)(nat->(eq nat (plus n __1) n))
 ### (* TYPE_OF the disambiguated term *)
 Prop
 ### (* REDUCED disambiguated term     *)
-(n:nat)(m:nat)(eq nat (plus n m) n)
+(n:nat)(nat->(eq nat (plus n __1) n))