|
|
|
|
|
Documentation |
|
|
Constructors | | Instances | |
|
|
|
|
|
Constructors | | Instances | |
|
|
|
|
|
|
Constructors | | Instances | |
|
|
|
|
|
|
Constructors | :>: :: a -> FL a -> FL a | | NilFL :: FL a | |
| Instances | |
|
|
|
Constructors | :<: :: a -> RL a -> RL a | | NilRL :: RL a | |
| Instances | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
foldlFL :: (a -> b -> a) -> a -> FL b -> a | Source |
|
|
|
|
|
|
|
|
foldlRL :: (a -> b -> a) -> a -> RL b -> a | Source |
|
|
|
|
|
|
|
|
|
|
zipWithFL :: (a -> p -> q) -> [a] -> FL p -> FL q | Source |
|
|
unsafeMap_l2f :: (a -> b) -> [a] -> FL b | Source |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Methods | | | Instances | |
|
|
|
|
|
|
|
|
unsafeCoerceP2 :: t -> t | Source |
|
|
Produced by Haddock version 2.4.2 |