> Incidentally,there *is* a way to derive the standard instances > > data A = A deriving( Show ) Yes, but this can only be done in the module which defines the type. But then no other instances can be defined in any other module that imports the type. Therefore, I cannot use deriving clauses. Michael
- Undefined methods: bad behaviour Michael Marte
- RE: Undefined methods: bad behaviour Simon Peyton-Jones
- Michael Marte
