Twinside / Juicy.Pixels

Haskell library to load & save pictures
BSD 3-Clause "New" or "Revised" License
237 stars 57 forks source link

Add/derive ‘Eq’ instances for images #130

Closed mrkkrp closed 6 years ago

mrkkrp commented 8 years ago

The following data types are affected:

mrkkrp commented 8 years ago

This PR is in connection with #129.

jxv commented 6 years ago

Bump. I agree with this or an image-generated hash with an Eq instance.

Twinside commented 6 years ago

Ah yeah I was not fond of UndecidableInstance, changed my mind about that