packages
packages copied to clipboard
Excessive compile time with more than 10 constructors
Reload time of my program in ghci takes more than 20 seconds when my EADT has more than 10 constsructors. As I add more constructors, it gets exponentially worse.
Related to https://github.com/agrafix/superrecord/issues/12 ?