Module Ocamlformat_stdlib.Sexp
val default_indent : int refval of_float_style : [ `No_underscores | `Underscores ] refval of_int_style : [ `No_underscores | `Underscores ] refval invariant : t -> unitval (>=) : t -> t -> boolval (<=) : t -> t -> boolval (<>) : t -> t -> boolval equal : t -> t -> boolval compare : t -> t -> intval ascending : t -> t -> intval descending : t -> t -> intval between : t -> low:t -> high:t -> boolval clamp_exn : t -> min:t -> max:t -> tval clamp : t -> min:t -> max:t -> (t, Base__.Info.t) result