package logtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Register printers by name

type t
val pp_with : string -> Buffer.t -> t -> unit
val add_printer : string -> (Buffer.t -> t -> unit) -> unit
val set_default_printer : string -> unit

Used by PRINT.pp...