]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationLexer.ml
- synced notation pretty printing with parsing syntax
[helm.git] / helm / ocaml / cic_notation / cicNotationLexer.ml
index 9897412b95a21b63e291f486e3421b057d6e0ebf..3dc82ae42082586ca1b3a7d29d225082a5ab9f3a 100644 (file)
@@ -94,8 +94,8 @@ let _ =
   (* TODO ZACK: keyword list almost cut and paste from cicTextualLexer2.ml, to
    * be reviewed *)
   List.iter (fun k -> Hashtbl.add level2_ast_keywords k ())
-    [ "Prop"; "Type"; "Set"; "let"; "rec"; "corec"; "using"; "match"; "with";
-      "in"; "and"; "to"; "as"; "on"; "names" ]
+  [ "CProp"; "Prop"; "Type"; "Set"; "let"; "rec"; "corec"; "using"; "match";
+    "with"; "in"; "and"; "to"; "as"; "on"; "names" ]
 
 let add_level2_ast_keyword k = Hashtbl.add level2_ast_keywords k ()
 let remove_level2_ast_keyword k = Hashtbl.remove level2_ast_keywords k