package mmdb

  1. Overview
  2. Docs
type t = {
  1. longitude : float;
  2. latitude : float;
}
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
OCaml

Innovation. Community. Security.