<div dir="ltr">hi,<div><br></div><div>say i have the following typeclass:</div><div><br></div><div>class Foo a where</div><div>  bar :: a  -> String</div><div><br></div><div>looks a lot like the Read typeclass, right? (at least i think it should?)</div><div>well say it's a different meaning (in other terms i can't or do not want to use Read, but i'd like to implement a default version of bar for those instances that also implement Read. is there a way to do so?</div></div>