zellige / hs-geojson

GeoJSON parsing library [Haskell]
BSD 3-Clause "New" or "Revised" License
23 stars 13 forks source link

Type synonyms need to go #6

Open domdere opened 9 years ago

domdere commented 9 years ago

Things like Latitude ~ Double need to go, they can be replaced with newtypes and Prisms.

Also the records for the newtypes should probably be removed

domdere commented 9 years ago

Consider coordinate for the coord related ones