module Location:sig..end
type location = {
|
longitude : |
|
latitude : |
val create : longitude:float -> latitude:float -> unit -> locationlocation in a concise manner
Read a location out of some JSON
val read : Yojson.Safe.json -> location
module Out:sig..end