]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/record.ma
made executable again
[helm.git] / helm / software / matita / tests / record.ma
index c024acf9e029c6a81a2f848a0902bca967390a01..24bed8ade8da8dc9158fc5523bc2bee7d2b337a3 100644 (file)
@@ -12,7 +12,7 @@
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/tests/record/".
+
 
 record empty : Type \def {}.
 
@@ -41,4 +41,4 @@ record paperino: Prop \def {
 (* the following test used to show the following bug: the left
    parameter A in the type of t was not unified with the left
    parameter A in the type of the constructor of the record *)
-record t A : Type := { f : t A }.
+record t (A:Type) : Type := { f : A }.
\ No newline at end of file