Module Modes_lib.Nonmodal

type t =
  1. | External_
  2. | External64
  3. | Internal
  4. | Non_null
  5. | Maybe_null
  6. | Non_float
  7. | Separable
  8. | Maybe_separable
val all : t list
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val of_string : string -> t

Accepts both separable and Separable capitalization.

val to_string : t -> string

Produces separable capitalization.