package spectrum

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type Printer = sig ... end
val stack_to_esc : string Stdlib.Stack.t -> string
val make_printer : bool -> (module Printer)
module Exn : Printer
module Noexn : Printer
include module type of struct include Exn end
val fprintf : Stdlib.Format.formatter -> ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'a

equivalent to Format.fprintf

val printf : ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'a

equivalent to Format.printf

val eprintf : ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'a

equivalent to Format.eprintf

val sprintf_into : string Stdlib.ref -> ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'a

substitute for Format.sprintf, first arg will be updated with what would normally be return value from sprintf

OCaml

Innovation. Community. Security.