]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/cic2Xml.ml
Universes introduction
[helm.git] / helm / ocaml / cic_transformations / cic2Xml.ml
index ea7d1958df50af969c4530683ff1e26ec71554aa..b3467ad9e013ae0b378f7ba081883d6d1c938200 100644 (file)
@@ -74,7 +74,7 @@ let print_term ~ids_to_inner_sorts =
          function
             C.Prop  -> "Prop"
           | C.Set   -> "Set"
-          | C.Type  -> "Type"
+          | C.Type _ -> "Type" (* TASSI *)
          | C.CProp -> "CProp"
         in
          X.xml_empty "SORT" [None,"value",(string_of_sort s) ; None,"id",id]