]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tex_cic_textual_parser/texCicTextualLexer.mll
added \neqt macro
[helm.git] / helm / ocaml / tex_cic_textual_parser / texCicTextualLexer.mll
index 06bbab076ec8c3b501d30dfa3e49d196a29b6c82..f6eda1ac8f8f26cd4a53a16e7c187ead58769e29 100644 (file)
@@ -114,6 +114,7 @@ rule token =
   | "\\pi"      { PROD }
   | "\\forall"  { PROD }
   | "\\eqt"     { EQT }
+  | "\\neqt"    { NEQT }
   | ':'         { COLON }
   | '.'         { DOT }
   | "\\to"      { ARROW }