X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_generator%2FmQGTypes.ml;h=9ed2ce25367a9c30b1f723cafd36f0113c8a470d;hb=b6f12c7851b23c4793a9fe279c4439b84c817b23;hp=2dacfe14c5d045690a8f33f12b0bd1ae678546e6;hpb=0e74e8e94eada756157addce67e4adeb8dff1feb;p=helm.git diff --git a/helm/ocaml/mathql_generator/mQGTypes.ml b/helm/ocaml/mathql_generator/mQGTypes.ml index 2dacfe14c..9ed2ce253 100644 --- a/helm/ocaml/mathql_generator/mQGTypes.ml +++ b/helm/ocaml/mathql_generator/mQGTypes.ml @@ -27,6 +27,8 @@ * Claudio Sacerdoti Coen *) +(* $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