X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fcontent_pres%2FcicNotationParser.mli;h=1ec1fd59cc333b3254e501b2ee57c3ac523efc13;hb=894d518aa760c9f816ddb0dc2b3fa88e1fe20a94;hp=d9e812f6022361c7209e6878d36c1775f6b7226c;hpb=a4a2345e2efaf4cc64aa4daf40e2bce05a400f12;p=helm.git diff --git a/matita/components/content_pres/cicNotationParser.mli b/matita/components/content_pres/cicNotationParser.mli index d9e812f60..1ec1fd59c 100644 --- a/matita/components/content_pres/cicNotationParser.mli +++ b/matita/components/content_pres/cicNotationParser.mli @@ -33,8 +33,9 @@ class type g_status = method notation_parser_db: db end -class status: keywords:string list -> +class virtual status: keywords:string list -> object('self) + inherit NCic.status inherit g_status method set_notation_parser_db: db -> 'self method set_notation_parser_status: 'status. #g_status as 'status -> 'self