Changes between Version 22 and Version 23 of Proposals/transformers
- Timestamp:
- 11/08/10 23:24:40 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Proposals/transformers
v22 v23 119 119 120 120 ''Illegal instance declaration for Myclass (State Foo)'' 121 If you have a matching instance for {{{StateT}}}, you can delete th is one. Otherwise you need to generalize your instance to {{{StateT}}}. If that's not possible, you may need to introduce a newtype.121 If you have a matching instance for {{{StateT}}}, you can delete the instance for {{{State}}}. Otherwise you need to generalize your instance to {{{StateT}}}. If that's not possible, you may need to introduce a newtype. 122 122 123 123
