Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
catMaybeI :: Parser (Maybe a) -> Parser ajson-stream Data.JsonStream.Parser Filter Nothing values out of a stream
mapMaybeM :: Monad m => Maybe a -> (a -> m b) -> m (Maybe b)language-c Language.C.Analysis.TravMonad No documentation available.
sMapMaybe :: state -> (update -> Maybe state) -> SFlow update statemidair Midair.Handy No documentation available.
iterateMaybeM :: Monad m => (a -> m (Maybe a)) -> a -> m [a]monad-extras Control.Monad.Extra Monadic equivalent to iterate, which uses Maybe to know when to terminate.
liftMaybe :: MonadPlus m => Maybe a -> m amonad-extras Control.Monad.Extra Lift a Maybe value into the MaybeT monad transformer.
mapMaybeM :: (Monad m, Functor m) => (a -> m (Maybe b)) -> [a] -> m [b]monad-extras Control.Monad.Extra A monadic version of mapMaybe :: (a -> Maybe b) -> [a] -> [b].
pMaybe :: (a -> Doc) -> Maybe a -> Docofx Data.OFX No documentation available.
swapMaybeEither :: Maybe (Either a b) -> Either a (Maybe b)ogma-language-xmlspec Language.XMLSpec.Parser Swap the Maybe and Either layers of a value.
-
ogma-language-xmlspec Language.XMLSpec.Parser Swap the Maybe and Either layers of a value.
mapMaybe :: Fractional prob => (a -> Maybe b) -> T prob a -> T prob bprobability Numeric.Probability.Distribution No documentation available.