package treeprint

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

Module Treeprint.MakeDriversSource

Functor version of drivers

Parameters

module M : sig ... end

Signature

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

Pretty-prints a value to a formatter

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

Pretty-prints a value to a buffer

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

Pretty-prints a value to a string

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

Output printing commands for debugging

OCaml

Innovation. Community. Security.