Module Expect_test_helpers_base.Sexp_style

include module type of sig ... end
type t = Expect_test_helpers_base__.Expect_test_helpers_base_intf.Sexp_style.t =
| To_string_mach
| To_string_hum
| Pretty of Sexp_pretty.Config.t
val sexp_of_t : t -> Ppx_sexp_conv_lib.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.