X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2Fcomponents%2Fcontent_pres%2FtermContentPres.mli;h=f64bfcd670e356d6ccc43f91a1c784c7760784af;hb=f38fd769279794d0ca73c8945eac30e8b42e59be;hp=9c08650c23adfa6a4ac88e17ff220d4088f610e7;hpb=cacbe3c6493ddce76c4c13379ade271d8dd172e8;p=helm.git diff --git a/matitaB/components/content_pres/termContentPres.mli b/matitaB/components/content_pres/termContentPres.mli index 9c08650c2..f64bfcd67 100644 --- a/matitaB/components/content_pres/termContentPres.mli +++ b/matitaB/components/content_pres/termContentPres.mli @@ -33,6 +33,7 @@ class type g_status = end class virtual status : + string option -> object ('self) inherit NCic.status method content_pres_db: db @@ -54,4 +55,5 @@ val pp_ast: #status -> NotationPt.term -> NotationPt.term (** fills a term pattern instantiating variable magics *) val instantiate_level2: - #NCic.status -> NotationEnv.t -> NotationPt.term -> NotationPt.term + #NCic.status -> NotationEnv.t -> + NotationPt.term -> NotationPt.term