package alba

  1. Overview
  2. Docs

Old pretty printer, deprecated

module type PRINTER = sig ... end
module type SIG = sig ... end
module Pretty (P : PRINTER) : sig ... end

Customizable pretty printer: Works with any printer which satisfies the PRINTER interface.