ppx_helpers.modes_lib
Modes_lib.Modal
ppx_helpers
ppxlib
yojson
type t =
| Global
| Local
| Portable
| Shareable
| Nonportable
| Uncontended
| Shared
| Contended
| Stateless
| Observing
| Stateful
| Read_write
| Read
| Immutable
| Many
| Once
| Unique
| Aliased
| Unyielding
| Yielding
| Forkable
| Unforkable
| Static
| Dynamic
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 local and Local capitalization.
local
Local
val to_string : t -> string
Produces local capitalization.