package mdx

  1. Overview
  2. Docs

Block environments.

type t =
  1. | Default
  2. | User_defined of string
val name : t -> string
val mk : string option -> t
module Set : Set.S with type elt = t