Copyright | (c) Roman Leshchinskiy 2009 |
---|---|
License | BSD-style |
Maintainer | Roman Leshchinskiy <rl@cse.unsw.edu.au> |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Fusion-related utility types
Documentation
Identity monad
delay_inline :: (a -> b) -> a -> b Source
Delay inlining a function until late in the game (simplifier phase 0).