X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fgrafite_parser%2FgrafiteParser.mli;h=2b458fdf80f7501a6833ba0c9d7c304db74d9533;hb=2b4ed41c3d8a105f1f9921b37e7f11160001bbe7;hp=451c17c68aa99b8e02d6e8b281aa2238f7aebe26;hpb=39b205d12af34c0c8d6e691da2628bc386b70cf2;p=helm.git diff --git a/matita/components/grafite_parser/grafiteParser.mli b/matita/components/grafite_parser/grafiteParser.mli index 451c17c68..2b458fdf8 100644 --- a/matita/components/grafite_parser/grafiteParser.mli +++ b/matita/components/grafite_parser/grafiteParser.mli @@ -23,12 +23,6 @@ * http://helm.cs.unibo.it/ *) -type 'a localized_option = - LSome of 'a - | LNone of GrafiteAst.loc - -type ast_statement = GrafiteAst.statement - type db class type g_status = @@ -39,8 +33,8 @@ class type g_status = class status : object('self) + inherit g_status inherit CicNotationParser.status - method parser_db : db method set_parser_db : db -> 'self method set_parser_status : 'status. #g_status as 'status -> 'self end @@ -53,7 +47,4 @@ val extend : #status as 'status -> (* never_include: do not call LexiconEngine to do includes, * always raise NoInclusionPerformed *) (** @raise End_of_file *) -val parse_statement: - #status -> - Ulexing.lexbuf -> - ast_statement localized_option +val parse_statement: #status -> Ulexing.lexbuf -> GrafiteAst.statement