Module Modes_lib.Layout

type t =
  1. | Base of Modes_lib__.Modes_lib_intf.Definitions.Base_sort.t
  2. | Any
val compare : t -> t -> int
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val of_string : string -> t

Accepts both value and Value capitalization.

val to_string : t -> string

Produces value capitalization.