]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/record.ma
Elim generalized to saturate its argument.
[helm.git] / helm / matita / tests / record.ma
index 43e8e5d441c092bb416b3ef0cd73e7a9f47f4e9e..02ef85a0504ddd2c939b2a69ffe752bc544caedd 100644 (file)
@@ -1,5 +1,9 @@
+set "baseuri" "cic:/matita/tests/record/".
+
 record empty : Type \def {}.
 
+inductive True : Prop \def I: True.
+
 record pippo : Type \def 
 {
 a: Set ;
@@ -18,4 +22,4 @@ record paperino: Prop \def {
   paolo : Type;
   pippo : paolo \to paolo;
   piero : True
-}.
\ No newline at end of file
+}.