]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/cic_exportation/cicExportation.ml
parameter sintax added to axiom statement
[helm.git] / helm / software / components / cic_exportation / cicExportation.ml
index cd5ab3ace32f14593d9b85f29a3f52ff34955173..c595c6d7dfc03bb9564908be5293994a5249215d 100644 (file)
@@ -182,7 +182,7 @@ let rec pp ~in_type t context =
          | C.Set   -> "Set"
          | C.Type _ -> "Type"
          (*| C.Type u -> ("Type" ^ CicUniv.string_of_universe u)*)
-        | C.CProp -> "CProp" 
+        | C.CProp -> "CProp" 
        )
     | C.Implicit (Some `Hole) -> "%"
     | C.Implicit _ -> "?"