]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCic.ml
fixed some regressions
[helm.git] / helm / software / components / ng_kernel / nCic.ml
index 2be6a73882bae4249e68f8845e510f5b5680385e..d3bc8d793730e7cf8c6b1dc471b254beb98063f4 100644 (file)
 
 (********************************* TERMS ************************************)
 
-type sort = Prop | Type of int | CProp
+type universe = (bool * NUri.uri) list 
+  (* Max of non-empty list of named universes, or their successor (when true) *)
+
+type sort = Prop | Type of universe
 
 type implicit_annotation = [ `Closed | `Type | `Hole | `Term ]