Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
compareMaybe :: Ord a => Maybe a -> Maybe a -> Orderingprobability Numeric.Probability.Example.Kruskal No documentation available.
bitSizeMaybeProxied :: forall proxy a . Bits a => proxy a -> Maybe Intproxied Data.Proxied bitSizeMaybeProxied = proxied bitSizeMaybe
This function is only available with base-4.7 or later. Since: 0.1