]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/foSubst.mli
parameter sintax added to axiom statement
[helm.git] / helm / software / components / ng_paramodulation / foSubst.mli
index 1ed311433697d180aa65d1c1bda41fe8c234b7b8..36a4c12eacced72efdcba914daaa4935b248cd85 100644 (file)
@@ -22,8 +22,12 @@ module Subst (B : Terms.Blob) :
     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