]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationLexer.mli
ocaml 3.09 transition
[helm.git] / helm / ocaml / cic_notation / cicNotationLexer.mli
index 765a554f4172292d4881daf932034353925418bf..cd5f0876dd2fe4d715a5791c27f7f6ffeb7fb5ff 100644 (file)
@@ -41,5 +41,8 @@ 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 *)
 
-(* val lookup_ligatures: string -> string list *)
+(** {2 Ligatures} *)
+
+val is_ligature_char: char -> bool
+val lookup_ligatures: string -> string list