X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcontent_pres%2FtermContentPres.mli;h=40e8fc02118a550bc47ffea46b634c3bbdf86420;hb=57c7d6ef239b4c2b070721715887684adf41159c;hp=77cda8a817d61b2589187c8cfdc30a0d3de3d53e;hpb=5c1b44dfefa085fbb56e23047652d3650be9d855;p=helm.git diff --git a/helm/software/components/content_pres/termContentPres.mli b/helm/software/components/content_pres/termContentPres.mli index 77cda8a81..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,5 +48,5 @@ val instantiate_level2: CicNotationEnv.t -> CicNotationPt.term -> CicNotationPt.term -(* hack. seee cicNotation for explanation *) -val reset: unit -> unit +val push: unit -> unit +val pop: unit -> unit