this post was submitted on 27 Mar 2024
43 points (87.7% liked)

Functional Programming

1620 readers
2 users here now

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] mrkeen@mastodon.social 3 points 2 years ago (1 children)

@demesisx @lysdexic No safety issues mentioned around ReaderT. The speaker was talking about how stacking monad transformers mtl-style can generate unnecessary closures that GHC can't optimise away.

[โ€“] demesisx@infosec.pub 11 points 2 years ago

Thanks for the clarification.