]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/cicTextualLexer2.ml
New argument (the hypothesis name) for cut.
[helm.git] / helm / ocaml / cic_disambiguation / cicTextualLexer2.ml
index d5a06db88ade6983a7c15c6697239e77ffd85ff5..e67613091bd2937104ef3502e07a0e2a4198aaf5 100644 (file)
@@ -66,7 +66,7 @@ let keywords = Hashtbl.create 17
 let _ =
   List.iter (fun keyword -> Hashtbl.add keywords keyword ("", keyword))
     [ "Prop"; "Type"; "Set"; "let"; "Let"; "rec"; "using"; "match"; "with";
-      "in"; "and"; "to" ]
+      "in"; "and"; "to"; "as" ]
 
 let error lexbuf msg =
   raise (Error (Ulexing.lexeme_start lexbuf, Ulexing.lexeme_end lexbuf, msg))