X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Fparamodulation%2Futils.mli;h=c64eacfd61f3c3364df483305e51624d04e96aab;hb=e31bb143e3a303321e509f415764338849b7e516;hp=5e3f61e1a409e9ab5acc6f1fb4717059ccf172f4;hpb=50844b0116c863862434c7c673c5caaf6ff78cdf;p=helm.git diff --git a/helm/software/components/tactics/paramodulation/utils.mli b/helm/software/components/tactics/paramodulation/utils.mli index 5e3f61e1a..c64eacfd6 100644 --- a/helm/software/components/tactics/paramodulation/utils.mli +++ b/helm/software/components/tactics/paramodulation/utils.mli @@ -88,3 +88,5 @@ val compute_equality_weight: Cic.term * Cic.term * Cic.term * comparison -> int val debug_print: string Lazy.t -> unit val metas_of_term: Cic.term -> int list + +val remove_local_context: Cic.term -> Cic.term