package mmdb

  1. Overview
  2. Docs
type t = [
  1. | `Invalid_address_info
  2. | `Ipv6_lookup_in_ipv4_database of string
  3. | Common_error.t
]
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit