| | 24 | * Add `deriving` as a keyword. This replaces the `DERIVABLE` pragma from the UHC implementation, and is attached to a default method on a class declaration. |
| | 25 | * Change the `Class` definition to allow for generic defaults (in addition to standard defaults). |
| | 26 | * Generate default instances for representable types which derive generic classes. |
| | 27 | |
| | 28 | == Current problems == |
| | 29 | |
| | 30 | * When representations are generated for more than one datatype, assembler errors appear: {{{symbol `ghczmprim_GHCziGenerics_Representable0_closure' is already defined}}} |