Module Mmdb__Types.Version_number

type t

A representation of a version of the binary format of an MMDB database

val pp : Stdlib.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val of_major_and_minor : (int * int) -> t
val to_major_and_minor : t -> int * int