]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/terms.mli
First tests for paramodulation (pretty printer, unification)
[helm.git] / helm / software / components / ng_paramodulation / terms.mli
index 02e3a8b6686b865f2975a44747ee4b19369399d5..47c2c6e40cda4e49e1bbb037c72aa8080c0fba39 100644 (file)
@@ -62,7 +62,9 @@ module type Blob =
     (* TODO: consider taking in input an imperative buffer for Format 
      *  val pp : Format.formatter -> t -> unit
      * *)
-    val pp : t -> string 
+    val pp : t -> string
+
+    val embed : t -> t foterm * int list
   end
 
 module Utils (B : Blob) :