]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/terms.ml
Various architectural changes
[helm.git] / helm / software / components / ng_paramodulation / terms.ml
index 0e69cace91c57189aad37d6a50247d5a7dfb18ba..d963d55ca3c49ed65cfeeff4aac55dc50e54a206 100644 (file)
@@ -101,8 +101,6 @@ module type Blob =
     val compare : t -> t -> int
     val eqP : t
     val pp : t -> string
-    type input
-    val embed : input -> t foterm
-    val saturate : input -> input -> t foterm * t foterm
+
   end