X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FnCic.ml;h=d3bc8d793730e7cf8c6b1dc471b254beb98063f4;hb=5f87c295e57d5c5ef9bcb13d71f19b24642355be;hp=afd73e53ef231a30a987b854e6eface05cddf5ea;hpb=e2381427bca733bd36a099002fa8b7140f7a20d0;p=helm.git diff --git a/helm/software/components/ng_kernel/nCic.ml b/helm/software/components/ng_kernel/nCic.ml index afd73e53e..d3bc8d793 100644 --- a/helm/software/components/ng_kernel/nCic.ml +++ b/helm/software/components/ng_kernel/nCic.ml @@ -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 ]