| Copyright | (c) Roman Leshchinskiy 2009 Alexey Kuleshevich 2020-2022 Aleksey Khudyakov 2020-2022 Andrew Lelechenko 2020-2022 | 
|---|---|
| License | BSD-style | 
| Maintainer | Haskell Libraries Team <libraries@haskell.org> | 
| Stability | experimental | 
| Portability | portable | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Data.Vector.Fusion.Util
Description
Fusion-related utility types
Documentation
Identity monad
Instances
| Applicative Id # | |
| Functor Id # | |
| Monad Id # | |
| Eq1 (Bundle Id v) # | |
| Ord1 (Bundle Id v) # | |
| Defined in Data.Vector.Fusion.Bundle | |
| Eq a => Eq (Bundle Id v a) # | |
| Ord a => Ord (Bundle Id v a) # | |
| Defined in Data.Vector.Fusion.Bundle Methods compare :: Bundle Id v a -> Bundle Id v a -> Ordering # (<) :: Bundle Id v a -> Bundle Id v a -> Bool # (<=) :: Bundle Id v a -> Bundle Id v a -> Bool # (>) :: Bundle Id v a -> Bundle Id v a -> Bool # (>=) :: Bundle Id v a -> Bundle Id v a -> Bool # | |
delay_inline :: (a -> b) -> a -> b #
Delay inlining a function until late in the game (simplifier phase 0).