Re: A question about run-time errors when class members are undefined

2018-10-24 Thread Ben Franksen
Am 08.10.2018 um 11:21 schrieb Anthony Clayden: > I wonder how different would have been the history of Haskell if Wadler had > not borrowed the terminology "class" and "method". Since Helium has a focus > on Haskell learners/beginners: I wonder how much confusion we might have > saved those

Re: A question about run-time errors when class members are undefined

2018-10-24 Thread Ben Franksen
Am 06.10.2018 um 05:18 schrieb Anthony Clayden: > On Sat, 6 Oct 2018 at 9:47 AM, Petr Pudlák wrote: > such as the important laws between `return` and `>>=`. And then for example >> a class with just `return` doesn't give any information what `return x` >> means or what should be its properties.