Safe Haskell | None |
---|---|
Language | Haskell98 |
DDC.Core.Transform.Prune
Description
Erase contained let-bindings that have no uses.
Contained bindings are ones that do not perform effects that are visible to anything in the calling context. This includes allocation and read effects, but not writes or any globally visible effects.
Documentation
A summary of what the prune transform did.
Constructors
PruneInfo | |
Fields
|