Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.1theBitSizeMaybe :: Bits a => Maybe Intproxied Data.Proxyless theBitSizeMaybe = undefinedless bitSizeMaybe
Since: 0.2readListOfMaybes :: FromByteString a => String -> Resp -> Result [Maybe a]redis-resp Data.Redis.Command No documentation available.