X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FfoSubst.mli;h=29516c57f8fb9d6095802baf869141d41889a06f;hb=0581f3c8dc2098b82cd31a0fbed224a95652bd88;hp=441e35581562a1cc95c4e1e1a04b6f72c5a44b8a;hpb=8de1a75899a83dd31e856804bd448c1bd87d9ab3;p=helm.git diff --git a/helm/software/components/ng_paramodulation/foSubst.mli b/helm/software/components/ng_paramodulation/foSubst.mli index 441e35581..29516c57f 100644 --- a/helm/software/components/ng_paramodulation/foSubst.mli +++ b/helm/software/components/ng_paramodulation/foSubst.mli @@ -19,9 +19,11 @@ module Subst (B : Terms.Blob) : val build_subst : int -> 'a Terms.foterm -> 'a Terms.substitution -> 'a Terms.substitution - val lookup_subst : + val lookup : int -> 'a Terms.substitution -> 'a Terms.foterm val filter : 'a Terms.substitution -> Terms.varlist -> Terms.varlist + val reloc_subst : + 'a Terms.substitution -> 'a Terms.foterm -> 'a Terms.foterm val apply_subst : 'a Terms.substitution -> 'a Terms.foterm -> 'a Terms.foterm val concat: