]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/pp.mli
First compiling version
[helm.git] / helm / software / components / ng_paramodulation / pp.mli
index 767c87e0b99610c3bd172e4d68d33ecbe7424ca7..df0c0d325edd264edd833f2e16dd213ee39bcd18 100644 (file)
@@ -18,6 +18,7 @@ module Pp (B : Terms.Blob) :
     val pp_proof: B.t Terms.bag -> B.t Terms.proof -> string
     val pp_substitution: B.t Terms.substitution -> string
     val pp_unit_clause: ?margin:int -> B.t Terms.unit_clause -> string
+    val pp_clause: ?margin:int -> B.t Terms.clause -> string
     val pp_bag: B.t Terms.bag -> string
 
   end