X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcontent_pres%2FtermContentPres.mli;h=40e8fc02118a550bc47ffea46b634c3bbdf86420;hb=38ec119c163b0e6f97a9800933d5b71c065332e8;hp=9b36a9345a9b1cc835236ce0b311f9a37448fecb;hpb=8c4659819a1c1f2e450d9a588ecca37d95ae48e9;p=helm.git diff --git a/helm/software/components/content_pres/termContentPres.mli b/helm/software/components/content_pres/termContentPres.mli index 9b36a9345..40e8fc021 100644 --- a/helm/software/components/content_pres/termContentPres.mli +++ b/helm/software/components/content_pres/termContentPres.mli @@ -48,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