Mdx.Ocaml_env
type t =
| Default
| User_defined of string
val pp : t Fmt.t
val name : t -> string
val mk : string option -> t
module Set : sig ... end