X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FfoSubst.mli;h=1ed311433697d180aa65d1c1bda41fe8c234b7b8;hb=ea8676df3c47428157d0d544ec63c320ffa204be;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..1ed311433 100644 --- a/helm/software/components/ng_paramodulation/foSubst.mli +++ b/helm/software/components/ng_paramodulation/foSubst.mli @@ -19,7 +19,7 @@ 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 apply_subst :