]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_generator/mQGTypes.ml
fixed
[helm.git] / helm / ocaml / mathql_generator / mQGTypes.ml
index 2dacfe14c5d045690a8f33f12b0bd1ae678546e6..9ed2ce25367a9c30b1f723cafd36f0113c8a470d 100644 (file)
@@ -27,6 +27,8 @@
  *          Claudio Sacerdoti Coen <sacerdot@cs.unibo.it> 
  *)
 
+(* $Id$ *)
+
 (* low level types  *********************************************************)
 
 type uri = string
@@ -39,6 +41,7 @@ type depth = int
 type sort = Set
           | Prop
           | Type
+         | CProp
  
 type spec = MustObj  of uri list * position list * depth list
           | MustSort of sort list * position list * depth list