Hacker News new | ask | show | jobs
by DaiPlusPlus 657 days ago
> pattern-matching on ADTs + traverse/fold + ReaderT ends up looking a lot like the visitor pattern.

...that sounds like hand-written tedium; isn't `replicate` meant to avoid that?