package ocolor

  1. Overview
  2. Docs
module type PRETTY_PRINTERS = sig ... end
module BuildPrettyPrinters (PP : sig ... end) : PRETTY_PRINTERS with type formatter := PP.formatter