X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fgrafite_parser%2FgrafiteParser.mli;h=451c17c68aa99b8e02d6e8b281aa2238f7aebe26;hb=39b205d12af34c0c8d6e691da2628bc386b70cf2;hp=11fbccaed53b286e4c5363375be058a8c2c330b8;hpb=8161bcb58808e60658072bc3da83b62d1df2a223;p=helm.git diff --git a/matita/components/grafite_parser/grafiteParser.mli b/matita/components/grafite_parser/grafiteParser.mli index 11fbccaed..451c17c68 100644 --- a/matita/components/grafite_parser/grafiteParser.mli +++ b/matita/components/grafite_parser/grafiteParser.mli @@ -33,13 +33,13 @@ type db class type g_status = object - inherit LexiconTypes.g_status + inherit CicNotationParser.g_status method parser_db: db end class status : object('self) - inherit LexiconTypes.status + inherit CicNotationParser.status method parser_db : db method set_parser_db : db -> 'self method set_parser_status : 'status. #g_status as 'status -> 'self