| 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 | Safe-Inferred |
| Language | Haskell2010 |
Data.Vector.Fusion.Util
Description
Fusion-related utility types
Documentation
Identity monad
Instances
Instances details
Instance details
Defined in Data.Vector.Fusion.Bundle
Instance details
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 #
Box monad
Instances
Instances details
delay_inline :: (a -> b) -> a -> b Source #
Delay inlining a function until late in the game (simplifier phase 0).