package treeprint

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

Functor version of drivers

Parameters

module M : sig ... end

Signature

val format : Spotlib.Spot.Format.t -> M.t -> unit

Pretty-prints a value to a formatter

val buffer : Buffer.t -> ?assoc:assoc -> ?level:level -> M.t -> unit

Pretty-prints a value to a buffer

val show : ?assoc:assoc -> ?level:level -> M.t -> string

Pretty-prints a value to a string

val dump : Spotlib.Spot.Format.t -> M.t -> unit

Output printing commands for debugging

OCaml

Innovation. Community. Security.