Investigate this technique from GHC: https://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/HeapObjects#Blackholes A potential gain could be in long monadic bindings where some vars aren't used later on.
Investigate this technique from GHC: https://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/HeapObjects#Blackholes
A potential gain could be in long monadic bindings where some vars aren't used later on.