package spectrum

  1. Overview
  2. Docs
module Capabilities : sig ... end
module Lexer : sig ... end
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 Noexn end
val prepare_ppf : Stdlib.Format.formatter -> unit -> unit
module Simple = Noexn.Simple