X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2Ftests%2Fforall00.cic.test;h=1665098f72b96a166f82ba11821cc2a33b55ef6b;hb=9f60b3b0f4460aec52ec241037f6c475b421dd15;hp=8391ea568ff781f990a75c45628dd754b21b03e4;hpb=d8a1a68b8b7e53ba43fcad55e928a99ef5e08b8e;p=helm.git diff --git a/helm/gTopLevel/tests/forall00.cic.test b/helm/gTopLevel/tests/forall00.cic.test index 8391ea568..1665098f7 100644 --- a/helm/gTopLevel/tests/forall00.cic.test +++ b/helm/gTopLevel/tests/forall00.cic.test @@ -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)