X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fcontent_pres%2FcicNotationParser.mli;h=1ec1fd59cc333b3254e501b2ee57c3ac523efc13;hb=44ef57f5e371159a7900fe8d50db1c84a66151cd;hp=d9e812f6022361c7209e6878d36c1775f6b7226c;hpb=ac80c2cd2667de2942182ae0a98ad3dbadd7b559;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