X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fcic_transformations%2Fcontent_expressions.ml;h=b913bf0de63e6ba2d28341b23188975d713b2bf6;hb=49b54c2de0c8d449638e469d1c95bfae01b0aadc;hp=2ff989da184439ef060b5344e4dcbbdbf501a89a;hpb=5f45c292bf9e99bd746f6ec4c7c268022012e925;p=helm.git diff --git a/helm/ocaml/cic_transformations/content_expressions.ml b/helm/ocaml/cic_transformations/content_expressions.ml index 2ff989da1..b913bf0de 100644 --- a/helm/ocaml/cic_transformations/content_expressions.ml +++ b/helm/ocaml/cic_transformations/content_expressions.ml @@ -303,9 +303,10 @@ Hashtbl.add symbol_table "cic:/Coq/Reals/Rdefinitions/Rdiv.con" let string_of_sort = function - Cic.Prop -> "Prop" - | Cic.Set -> "Set" - | Cic.Type -> "Type" + Cic.Prop -> "Prop" + | Cic.Set -> "Set" + | Cic.Type -> "Type" + | Cic.CProp -> "Type" ;; let get_constructors uri i =