ewestern / geos

This is a Haskell binding to Geos, the open-source geometry library
MIT License
13 stars 9 forks source link

change name of Geo class to Relatable #21

Closed ewestern closed 6 years ago

ewestern commented 7 years ago

The idea here is 1) There are too many classes/types that start with Geo*. Separate this one out to lend clarity. 2) "Relate" is the underlying set of functions used in the actual Geos api. This mimics that.