X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_notation%2FcicNotationLexer.mli;h=dd1561be28a4089ebd48983332bb52dd9cbc90d7;hb=bbe7741f3bbaacb93f2876c018dace82f5e929b8;hp=82731d904a44623a89e41cb8d3789b1bcc4f6b64;hpb=31d7f139796d6597915cd430baf37552dc26511c;p=helm.git diff --git a/helm/ocaml/cic_notation/cicNotationLexer.mli b/helm/ocaml/cic_notation/cicNotationLexer.mli index 82731d904..dd1561be2 100644 --- a/helm/ocaml/cic_notation/cicNotationLexer.mli +++ b/helm/ocaml/cic_notation/cicNotationLexer.mli @@ -28,9 +28,5 @@ * error message *) exception Error of int * int * string - (** lexer for concrete syntax patterns (notation level 1) *) -val syntax_pattern_lexer: (string * string) Token.glexer - - (** lexer for ast patterns (notation level 2) *) -val ast_pattern_lexer: (string * string) Token.glexer +val notation_lexer: (string * string) Token.glexer