X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2Fpp.mli;h=767c87e0b99610c3bd172e4d68d33ecbe7424ca7;hb=138af8ad1b6a6382606e367cc906f4232fa626ff;hp=9cdc7a7c18882059b4e6cc6262aeb640bfa2314a;hpb=57c7d6ef239b4c2b070721715887684adf41159c;p=helm.git diff --git a/helm/software/components/ng_paramodulation/pp.mli b/helm/software/components/ng_paramodulation/pp.mli index 9cdc7a7c1..767c87e0b 100644 --- a/helm/software/components/ng_paramodulation/pp.mli +++ b/helm/software/components/ng_paramodulation/pp.mli @@ -17,7 +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