X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2Fpp.mli;h=df0c0d325edd264edd833f2e16dd213ee39bcd18;hb=bebc917ebff72c2e235cb3062a4c94f10a9aab27;hp=767c87e0b99610c3bd172e4d68d33ecbe7424ca7;hpb=b519aa529779c0a4625eb43fa9557862d8cc6617;p=helm.git diff --git a/helm/software/components/ng_paramodulation/pp.mli b/helm/software/components/ng_paramodulation/pp.mli index 767c87e0b..df0c0d325 100644 --- a/helm/software/components/ng_paramodulation/pp.mli +++ b/helm/software/components/ng_paramodulation/pp.mli @@ -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