coordinates.ml
mmdb
mmdb.ffi
mmdb.types
mmdb_ffi_bindings
mmdb_types_bindings
1 2 3 4 5 type t = { longitude : float; latitude : float } [@@deriving show]
1 2 3 4 5
type t = { longitude : float; latitude : float } [@@deriving show]