package mmdb

  1. Overview
  2. Docs
type t = [
  1. | `Corrupt_search_tree of string
  2. | `Io_error of string
  3. | `Out_of_memory of string
  4. | `Invalid_data of string
]
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit