X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2Fcomponents%2Fcontent_pres%2FcicNotationParser.mli;h=d711a30678fb6cac935adc1928f0fafab8dd4131;hb=c6dc6200c1e3022bf76b9589a8e30dd1cc6e864c;hp=1ec1fd59cc333b3254e501b2ee57c3ac523efc13;hpb=cacbe3c6493ddce76c4c13379ade271d8dd172e8;p=helm.git diff --git a/matitaB/components/content_pres/cicNotationParser.mli b/matitaB/components/content_pres/cicNotationParser.mli index 1ec1fd59c..d711a3067 100644 --- a/matitaB/components/content_pres/cicNotationParser.mli +++ b/matitaB/components/content_pres/cicNotationParser.mli @@ -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