]> 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 61dec1d7e34671c1ca7a1d890b10f789ab43bec0..96463f599ea8a0968b77f437e45242602c0f7b7e 100644 (file)
@@ -1,3 +1,5 @@
+set "baseuri" "cic:/matita/tests/".
+
 record empty : Type \def {}.
 
 inductive True : Prop \def I: True.
@@ -20,4 +22,4 @@ record paperino: Prop \def {
   paolo : Type;
   pippo : paolo \to paolo;
   piero : True
-}.
\ No newline at end of file
+}.