]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/subst.mli
minor changes here and there. We extend fo-unification with
[helm.git] / helm / software / components / ng_paramodulation / subst.mli
index 8747a478fa49e8817b118ebed326d3503e7e62d6..dd7e0c2ec04075f56f7da90750a5a30fa628bdd0 100644 (file)
 
 module Subst (B : Terms.Blob) : 
   sig
-    val empty_subst : B.t Terms.substitution
-    val buildsubst : 
+    val id_subst : B.t Terms.substitution
+    val build_subst : 
       int -> B.t Terms.foterm -> B.t Terms.substitution -> 
        B.t Terms.substitution
     val lookup_subst : 
-          B.t Terms.foterm -> B.t Terms.substitution -> B.t Terms.foterm
+          int -> B.t Terms.substitution -> B.t Terms.foterm
     val filter : B.t Terms.substitution -> Terms.varlist -> Terms.varlist
   end