snoyberg / classy-prelude

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

How well would classy-prelude play with numeric-prelude? #110

Closed kozross closed 8 years ago

kozross commented 8 years ago

I like the ideas behind both of these alternative Preludes, and would like to be able to use them together. However, I'm not sure if there'd be clashes between them, and wanted to ask if there are any potential tripping hazards involved. For reference, numeric-prelude is here.

gregwebs commented 8 years ago

Give it a try a

gregwebs commented 8 years ago

Give it a try and let us know

kozross commented 8 years ago

The answer is 'not particularly well', it would appear - numeric-prelude has a lot of tweaks related to the numeric hierarchy (unsurprisingly), making its use together with classy-prelude a qualified import bonanza.

Hence, I will close the issue.

gregwebs commented 8 years ago

Interesting. Classy-prelude doesn't do much with numbers. Where are the clashes?