programming-in-haskell icon indicating copy to clipboard operation
programming-in-haskell copied to clipboard

When is it feasible for function types to be instances of the Eq class?

Open derekmahar opened this issue 6 years ago • 0 comments

The solution does not clearly explain when it is feasible for function types to be instances of the Eq class. Does the solution mean the types of the arguments and return value of the function?

https://github.com/evturn/programming-in-haskell/blob/0af2c48c8221b5bcd052492e2be2b79635f6994c/03-types-and-classes/03.11-exercises.hs#L61

derekmahar avatar Oct 11 '19 14:10 derekmahar