snoyberg / classy-prelude

A typeclass-based Prelude.
108 stars 15 forks source link

classy-prelude-yesod not offereing much value over Import.hs #90

Open gregwebs opened 9 years ago

gregwebs commented 9 years ago

given that classy-prelude-yesod is just an import list, I would rather just put it in the scaffold in Import.hs. I have a couple issues with it as is:

Once these are taken out there isn't much left.

What I would envision for classy-prelude-yesod is to change the type signatures of Yesod functions to work with more data structures via classy-prelude.

snoyberg commented 9 years ago

I'd still say we should leave the scaffolding as-is, since it's easier to update a library than the scaffolding.

snoyberg commented 9 years ago

Sorry, I should clarify. I have no objection in principle to the kinds of changes you're implying for the library.