X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Fng_commands.ma;h=cbb73844d98b7d4fe55d8327d4ac9d57919930d1;hb=eaf2ee7d082200359976f30a93263277babe6b94;hp=755921938d15cb7b6113b2885606fe5a9c1413c8;hpb=f2d0f4e55ea0f3a953982bee62d9ad98876e4aa8;p=helm.git diff --git a/helm/software/matita/tests/ng_commands.ma b/helm/software/matita/tests/ng_commands.ma index 755921938..cbb73844d 100644 --- a/helm/software/matita/tests/ng_commands.ma +++ b/helm/software/matita/tests/ng_commands.ma @@ -56,5 +56,5 @@ and nmzero (m:mat 0 (dt ?)) : nnat 0 (dt ?) ≝ match m return ? with [ mS n ⇒ nnzero n ]. -nrecord pair (n: nat) (x: dt n) (label: Type): Type ≝ - { lbl:label; l: pair label; r: pair label}. \ No newline at end of file +nrecord pair (n: nat) (x: DT n) (label: Type): Type ≝ + { lbl:label; l: pair n x label; r: pair n x label}. \ No newline at end of file