Hi, If I have the folowwing declaration: class Soup where ... instance Soup String where ... instance Soup t => Soup [t] where ... This will lead to an error: "instance overlapping". Is there anyway to solve this? (I could not make an instance for Char) Thank you very much ! Phan Dung.
- Re: instance overlapping Nguyen Phan Dung
- Re: instance overlapping Wolfram Kahl
- Re: instance overlapping Daniel Russell