Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
abneShallowFold :: (a -> AbList b a -> t) -> AbneList a b -> t Source
fromAbList :: AbList a b -> Maybe (AbneList a b) Source
abneToListEither :: AbneList a b -> [Either a b] Source
abneFromListEither :: [Either a b] -> Maybe (AbneList a b) Source
aaneToList :: AbneList a a -> [a] Source
aaneFromList :: [a] -> Maybe (AbneList a a) Source
abneFoldr' :: (a -> t -> t) -> (b -> t -> t) -> t -> AbneList a b -> t Source
abneFoldl' :: (t -> a -> t) -> (t -> b -> t) -> t -> AbneList a b -> t Source
abneFromPairs :: [(a, b)] -> Maybe (AbneList a b) Source