X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftex_cic_textual_parser%2FtexCicTextualLexer.mll;h=5ab17fa80ce5e5879bf4a33320b3acc5b36802cc;hb=970ba0021a992efe25ec374875dc127ff236cc74;hp=f6eda1ac8f8f26cd4a53a16e7c187ead58769e29;hpb=a335fa89b0340ba3fb5d60566075ca83b5bda5d1;p=helm.git diff --git a/helm/ocaml/tex_cic_textual_parser/texCicTextualLexer.mll b/helm/ocaml/tex_cic_textual_parser/texCicTextualLexer.mll index f6eda1ac8..5ab17fa80 100644 --- a/helm/ocaml/tex_cic_textual_parser/texCicTextualLexer.mll +++ b/helm/ocaml/tex_cic_textual_parser/texCicTextualLexer.mll @@ -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)))) }