]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tex_cic_textual_parser/texCicTextualLexer.mll
sort CProp added
[helm.git] / helm / ocaml / tex_cic_textual_parser / texCicTextualLexer.mll
index f6eda1ac8f8f26cd4a53a16e7c187ead58769e29..5ab17fa80ce5e5879bf4a33320b3acc5b36802cc 100644 (file)
@@ -81,6 +81,7 @@ rule token =
   | "\\Set"     { SET }
   | "\\Prop"    { PROP }
   | "\\Type"    { TYPE }
+  | "\\CProp"   { CPROP }
   | ident       { ID (unquote (L.lexeme lexbuf)) }
   | conuri      { CONURI
                    (U.uri_of_string ("cic:" ^ (unquote (L.lexeme lexbuf)))) }