X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_notation%2FcicNotationLexer.mli;h=5eb22a99c7efbcb05215733c4e024521a2a86d64;hb=ba2dfe6409e95bf9e558dc0d4be382b068671409;hp=33ba97e2b401ae03dacd53d7e9fb0025a3e9978d;hpb=7aa0e7901b71a660c6d6f55d96a38a3a9d1d3c7d;p=helm.git diff --git a/helm/ocaml/cic_notation/cicNotationLexer.mli b/helm/ocaml/cic_notation/cicNotationLexer.mli index 33ba97e2b..5eb22a99c 100644 --- a/helm/ocaml/cic_notation/cicNotationLexer.mli +++ b/helm/ocaml/cic_notation/cicNotationLexer.mli @@ -32,3 +32,6 @@ val level1_pattern_lexer: (string * string) Token.glexer val level2_ast_lexer: (string * string) Token.glexer val level2_meta_lexer: (string * string) Token.glexer +val add_level2_ast_keyword: string -> unit (** non idempotent *) +val remove_level2_ast_keyword: string -> unit (** non idempotent *) +