j
k
j a
j l
Stephan Friedrichs wrote:
class ArrElem Int where -- sic! -- ... My question is: Is "class ArrElem Int" a typo and should be "instance ArrElem Int" or did I get something wrong?
class ArrElem Int where -- sic! -- ...
My question is: Is "class ArrElem Int" a typo and should be "instance ArrElem Int" or did I get something wrong?
Yes, that's a typo. Thanks for pointing it out. Roman
Back to the thread
Back to the list