Portability | portable |
---|---|
Stability | experimental |
Maintainer | Roman Leshchinskiy <rl@cse.unsw.edu.au> |
Safe Haskell | Safe-Infered |
Data.Vector.Fusion.Util
Description
Fusion-related utility types
Documentation
newtype Id a
Identity monad
delay_inline :: (a -> b) -> a -> b
Delay inlining a function until late in the game (simplifier phase 0).
delayed_min :: Int -> Int -> Int
min
inlined in phase 0