]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/foSubst.mli
Implemented check for duplicates (in goals)
[helm.git] / helm / software / components / ng_paramodulation / foSubst.mli
index 441e35581562a1cc95c4e1e1a04b6f72c5a44b8a..1ed311433697d180aa65d1c1bda41fe8c234b7b8 100644 (file)
@@ -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 :