haskus / packages

Haskus packages
https://haskus.org/
24 stars 11 forks source link

Excessive compile time with more than 10 constructors #15

Open pcarbonn opened 5 years ago

pcarbonn commented 5 years ago

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.

fonghou commented 5 years ago

Related to https://github.com/agrafix/superrecord/issues/12 ?