Module Language_extension.Universe
The type of language extension universes. Each universe allows a set of extensions, and every successive universe includes the previous one.
Each variant corresponds to the -extension-universe <variant> CLI flag.
Each extension universe, except for No_extensions, should also have a corresponding library in otherlibs/. Those libraries must contain OCaml code for corresponding extensions that would normally go into Stdlib.
val all : Ocaml_parsing.Language_extension.Universe.t listval maximal : Ocaml_parsing.Language_extension.Universe.tEqual to Alpha.
val to_string : Ocaml_parsing.Language_extension.Universe.t -> stringval of_string : string -> Ocaml_parsing.Language_extension.Universe.t option