]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_textual_parser/cicTextualLexer.mll
* if no configuration file is found, issue a warning but doesn't crash
[helm.git] / helm / ocaml / cic_textual_parser / cicTextualLexer.mll
index d9b353cd708164258ac4822074a09b7444f756a3..58e6cf35b12d877e6fe61a2e251d6b3a5d34e7ca 100644 (file)
@@ -60,7 +60,6 @@ let blanks = [' ' '\t' '\n']
 rule token =
  parse
     blanks      { token lexbuf } (* skip blanks *)
-  | "alias"     { ALIAS }
   | "Case"      { CASE }
   | "Fix"       { FIX }
   | "CoFix"     { COFIX }