valderman / selda

A type-safe, high-level SQL library for Haskell
https://selda.link
MIT License
477 stars 58 forks source link

Expose SeldaT(..) and SeldaState #109

Closed lortabac closed 5 years ago

lortabac commented 5 years ago

Sometimes we need the internals, for example to define instances like MonadTransControl. I think it would be reasonable to expose them in an *.Internal module, and let users import them at their own risk.