Module Mmdb__Types.Language

type t

A representation of a language supported by an MMDB database

val pp : Stdlib.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
include Base.Stringable.S with type Language.t := t
val of_string : string -> t
val to_string : t -> string