X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FfoSubst.mli;h=36a4c12eacced72efdcba914daaa4935b248cd85;hb=c450fdfb1b02eb69e5e7ef25f0acdf80157710df;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..36a4c12ea 100644 --- a/helm/software/components/ng_paramodulation/foSubst.mli +++ b/helm/software/components/ng_paramodulation/foSubst.mli @@ -19,11 +19,15 @@ 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 flat: + 'a Terms.substitution -> 'a Terms.substitution val concat: 'a Terms.substitution -> 'a Terms.substitution -> 'a Terms.substitution