mikeizbicki / subhask

Type safe interface for working in subcategories of Hask
BSD 3-Clause "New" or "Revised" License
418 stars 43 forks source link

Fix a typo in the instance Eq_ (a -> b). #2

Closed khumba closed 9 years ago

khumba commented 9 years ago

Here's a small fix! I'm missing a lot of subhask's dependencies locally, so sorry but I haven't run the tests; hope this doesn't break anything.

mikeizbicki commented 9 years ago

Looks great! Thanks!

All of the quickcheck tests I've done so far assume == works perfectly. I'll have to think of a way to test that properly :)