X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcontent_pres%2FtermContentPres.mli;h=40e8fc02118a550bc47ffea46b634c3bbdf86420;hb=9b09890767aaa93e512324f8e7f13e2cdeebac88;hp=5ff710036cdabb312669f7fbc90d174730a7256e;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/components/content_pres/termContentPres.mli b/helm/software/components/content_pres/termContentPres.mli index 5ff710036..40e8fc021 100644 --- a/helm/software/components/content_pres/termContentPres.mli +++ b/helm/software/components/content_pres/termContentPres.mli @@ -28,10 +28,8 @@ type pretty_printer_id val add_pretty_printer: - precedence:int -> - associativity:Gramext.g_assoc -> CicNotationPt.term -> (* level 2 pattern *) - CicNotationPt.term -> (* level 1 pattern *) + CicNotationParser.checked_l1_pattern -> pretty_printer_id exception Pretty_printer_not_found @@ -50,3 +48,5 @@ val instantiate_level2: CicNotationEnv.t -> CicNotationPt.term -> CicNotationPt.term +val push: unit -> unit +val pop: unit -> unit