]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/terms.mli
Ported innermost strategy for demodulation from trunk
[helm.git] / helm / software / components / ng_paramodulation / terms.mli
index 90ccaf5915b86d2ea7b6152ea6f766adf54f6def..76eda3717c3f8457810e8d03ff86d4cfbc7f1cd7 100644 (file)
@@ -85,7 +85,7 @@ type 'a bag = int (* max ID  *)
 module type Blob =
   sig
     (* Blob is the type for opaque leaves: 
-     * - checking equlity should be efficient
+     * - checking equality should be efficient
      * - atoms have to be equipped with a total order relation
      *)
     type t
@@ -97,10 +97,5 @@ module type Blob =
      * *)
     val pp : t -> string
 
-    type input
-    val embed : input -> t foterm
-    (* saturate [proof] [type] -> [proof] * [type] *)
-    val saturate : input -> input -> t foterm * t foterm
-
   end