]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/content_pres/cicNotationParser.mli
Typo in comment
[helm.git] / matitaB / components / content_pres / cicNotationParser.mli
index 1ec1fd59cc333b3254e501b2ee57c3ac523efc13..d711a30678fb6cac935adc1928f0fafab8dd4131 100644 (file)
@@ -33,12 +33,13 @@ class type g_status =
   method notation_parser_db: db
  end
 
-class virtual status: keywords:string list ->
+class virtual status: string option -> 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
+  method reset_loctable: unit -> unit
  end
 
 type checked_l1_pattern = private CL1P of NotationPt.term * int