]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/cic/cic.ml
Evil case fixed, the coulde should be more readable
[helm.git] / helm / software / components / cic / cic.ml
index 5dd8455ea7a29cb1e7b6a067066f1933b119d164..53b4ef62bc3050c9264e4c4cc8cd5fd97ef90603 100644 (file)
@@ -49,7 +49,7 @@ type sort =
    Prop
  | Set
  | Type of CicUniv.universe
- | CProp
+ | CProp of CicUniv.universe
 
 type name =
  | Name of string