package expect_test_helpers_core

  1. Overview
  2. Docs
type t =
  1. | To_string_mach
  2. | To_string_hum
  3. | Pretty of Sexp_pretty.Config.t
val sexp_of_t : t -> Sexplib0.Sexp.t
val default_pretty : t

Pretty-printing via Sexp_pretty with default config, except no colors.

val simple_pretty : t

Pretty-printing via Sexp_pretty with most heuristics disabled.