]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_textual_parser/cicTextualLexer.mll
sort CProp added
[helm.git] / helm / ocaml / cic_textual_parser / cicTextualLexer.mll
index 6db492ee1745319fe06cb400f4860adfc6066112..613645bc489ed28b2fa9ff82b27af0ad76454f99 100644 (file)
@@ -74,6 +74,7 @@ rule token =
   | "Set"       { SET }
   | "Prop"      { PROP }
   | "Type"      { TYPE }
+  | "CProp"     { CPROP }
   | ident       { ID (L.lexeme lexbuf) }
   | conuri      { CONURI (U.uri_of_string ("cic:" ^ L.lexeme lexbuf)) }
   | varuri      { VARURI (U.uri_of_string ("cic:" ^ L.lexeme lexbuf)) }