]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/content_pres/cicNotationParser.ml
STATS removed (was it still working properly??)
[helm.git] / matita / components / content_pres / cicNotationParser.ml
index 18c52b7cfa92a957729352e2a10ed4b2e31ddd5d..2d52f0b8981a8352ef4de043df589cf342e8674e 100644 (file)
@@ -582,9 +582,7 @@ EXTEND
     [ "Prop" -> `Prop
     | "Set" -> `Set
     | "Type"; SYMBOL "["; n = [ NUMBER| IDENT ]; SYMBOL "]" -> `NType n
-    | "Type" -> `Type (CicUniv.fresh ()) 
     | "CProp"; SYMBOL "["; n = [ NUMBER| IDENT ]; SYMBOL "]" -> `NCProp n
-    | "CProp" -> `CProp (CicUniv.fresh ())
     ]
   ];
   explicit_subst: [