]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/record.ma
now baseuri is needed in each file (and its redefinition is forbidden)
[helm.git] / helm / matita / tests / record.ma
index 43e8e5d441c092bb416b3ef0cd73e7a9f47f4e9e..96463f599ea8a0968b77f437e45242602c0f7b7e 100644 (file)
@@ -1,5 +1,9 @@
+set "baseuri" "cic:/matita/tests/".
+
 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
+}.