Module Inst.TraceSource

module Value = Runtime.Value
Sourcetype level =
  1. | Simple
  2. | Full
Sourceval normalize_whitespace : string -> string
Sourceval summarize_value : ?max_len:??? -> Value.t -> string
Sourceval format_values : Value.t list -> string
Sourceval make : ?level:??? -> ?fmt:??? -> unit -> (module Handler.HANDLER)