package genprint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val print : string -> 't -> 'a -> unit
val print_with_return : string -> 't -> 'a -> 'a
val cmtpath : string -> unit
val all_libs_opaque : bool -> unit
val max_printer_depth : int ref
val max_printer_steps : int ref
val formatter : Format.formatter ref
type 'a printer_type = Format.formatter -> 'a -> unit
val install_printer : 'a printer_type -> 't -> unit
val remove_printer : 'a printer_type -> 't -> unit
module LocalPrinter : sig ... end
val unabstract_type : Path.t -> Env.t -> (Env.t -> Outcometree.out_value) -> Outcometree.out_value
val debug_on_module : Location.t -> string -> Env.t