]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCic.ml
relevance check for Match
[helm.git] / helm / software / components / ng_kernel / nCic.ml
index afd73e53ef231a30a987b854e6eface05cddf5ea..d3bc8d793730e7cf8c6b1dc471b254beb98063f4 100644 (file)
@@ -16,7 +16,7 @@
 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 | CProp
+type sort = Prop | Type of universe
 
 type implicit_annotation = [ `Closed | `Type | `Hole | `Term ]