]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/content_pres/cicNotationParser.mli
HUGE COMMIT:
[helm.git] / matita / components / content_pres / cicNotationParser.mli
index d9e812f6022361c7209e6878d36c1775f6b7226c..1ec1fd59cc333b3254e501b2ee57c3ac523efc13 100644 (file)
@@ -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