Manatee.Toolkit.General.Either
Documentation
applyEitherLeft :: (a -> c) -> Either a b -> Maybe cSource
Apply either left.
applyEitherRight :: (b -> c) -> Either a b -> Maybe cSource
Apply either right.
manatee-core-0.0.1: The core of Manatee.
Manatee.Toolkit.General.Either
applyEitherLeft :: (a -> c) -> Either a b -> Maybe cSource
Apply either left.
applyEitherRight :: (b -> c) -> Either a b -> Maybe cSource
Apply either right.