X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2Fpp.mli;h=9cdc7a7c18882059b4e6cc6262aeb640bfa2314a;hb=c091ca7a030a85a529543de98e45c54284028b63;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..9cdc7a7c1 100644 --- a/helm/software/components/ng_paramodulation/pp.mli +++ b/helm/software/components/ng_paramodulation/pp.mli @@ -18,5 +18,6 @@ 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: B.t Terms.unit_clause -> string + val pp_bag: B.t Terms.bag -> string end