X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2Fbasic_rg%2FbrgOutput.mli;h=f238af5d0b3b7fce566a94a406a55931e93f0692;hb=5780dca4cfcee57e680213186cf3eaae402b6c88;hp=6e578d80a27c4b22389fcec6c855ba1dc8804f63;hpb=dcdee4ca839dac671924a95f0ada71faf06a8be4;p=helm.git diff --git a/helm/software/lambda-delta/basic_rg/brgOutput.mli b/helm/software/lambda-delta/basic_rg/brgOutput.mli index 6e578d80a..f238af5d0 100644 --- a/helm/software/lambda-delta/basic_rg/brgOutput.mli +++ b/helm/software/lambda-delta/basic_rg/brgOutput.mli @@ -19,12 +19,4 @@ val print_counters: (unit -> 'a) -> counters -> 'a val specs: (Brg.context, Brg.term) Log.specs -val indexes: bool ref - -type reductions - -val initial_reductions: reductions - -val add: - ?beta:int -> ?upsilon:int -> ?tau:int -> ?ldelta:int -> ?gdelta:int -> - reductions -> reductions +val export_obj: Format.formatter -> Brg.bind Common.obj -> unit