lykahb / groundhog

This library maps datatypes to a relational model, in a way similar to what ORM libraries do in OOP. See the tutorial https://www.schoolofhaskell.com/user/lykahb/groundhog for introduction
http://hackage.haskell.org/package/groundhog
176 stars 39 forks source link

Correct overlapping instances #62

Closed andrewthad closed 7 years ago

andrewthad commented 7 years ago

Fixes https://github.com/lykahb/groundhog/issues/56

lykahb commented 7 years ago

Looks good, thank you!