Module Mdx.Ocaml_env

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