cognimeta-utils-0.1.2: Utilities for Cognimeta products (such as perdure). API may change often.
Cgm.Data.Maybe
Description
module Data.Maybe
ifJust :: Bool -> a -> Maybe aSource
justIf :: a -> Bool -> Maybe aSource
predJust :: (a -> Bool) -> a -> Maybe aSource
firstJust :: Maybe a -> Maybe a -> Maybe aSource
maybeToEither :: b -> Maybe a -> Either b aSource