]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationLexer.ml
new tacticals
[helm.git] / helm / ocaml / cic_notation / cicNotationLexer.ml
index 8ee8eca78423aa3de66bcf9cdaee34093639fea8..13a8b3883dd86addc046c1e17ab308e0f3897b2a 100644 (file)
@@ -95,8 +95,8 @@ let level2_meta_keywords =
 let level2_ast_keywords = Hashtbl.create 23
 let _ =
   List.iter (fun k -> Hashtbl.add level2_ast_keywords k ())
-  [ "CProp"; "Prop"; "Type"; "Set"; "let"; "rec"; "corec"; "using"; "match";
-    "with"; "in"; "and"; "to"; "as"; "on"; "names" ]
+  [ "CProp"; "Prop"; "Type"; "Set"; "let"; "rec"; "corec"; "match";
+    "with"; "in"; "and"; "to"; "as"; "on" ]
 
 let add_level2_ast_keyword k = Hashtbl.add level2_ast_keywords k ()
 let remove_level2_ast_keyword k = Hashtbl.remove level2_ast_keywords k