X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2Fpp.mli;h=767c87e0b99610c3bd172e4d68d33ecbe7424ca7;hb=38ec119c163b0e6f97a9800933d5b71c065332e8;hp=dbfca2073cc51ba82408c0410b98a915218e3082;hpb=6c4056ea40b96039f24eeda9a1e1900c95bad7c8;p=helm.git diff --git a/helm/software/components/ng_paramodulation/pp.mli b/helm/software/components/ng_paramodulation/pp.mli index dbfca2073..767c87e0b 100644 --- a/helm/software/components/ng_paramodulation/pp.mli +++ b/helm/software/components/ng_paramodulation/pp.mli @@ -17,6 +17,7 @@ module Pp (B : Terms.Blob) : val pp_foterm: B.t Terms.foterm -> string val pp_proof: B.t Terms.bag -> B.t Terms.proof -> string val pp_substitution: B.t Terms.substitution -> string - val pp_unit_clause: B.t Terms.unit_clause -> string + val pp_unit_clause: ?margin:int -> B.t Terms.unit_clause -> string + val pp_bag: B.t Terms.bag -> string end