ekmett / free

free monads
http://hackage.haskell.org/package/free
Other
159 stars 65 forks source link

Add Eq(1) and Ord(1) instances for the free applicative #220

Closed viercc closed 1 year ago

viercc commented 1 year ago

This adds instances of Eq, Ord, Eq1, Ord1 instances to Control.Applicative.Free.Ap. Might want to look out for:

viercc commented 1 year ago

Thank you for the review. I've tried to explain everything and added lots of comments here, but I'm not sure it is an appropriate amount for the comment. I welcome any suggestions.