Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fromMaybe :: e -> Maybe a -> Exceptional e aexplicit-exception Control.Monad.Exception.Synchronous No documentation available.
fromMaybeT :: forall (m :: Type -> Type) e a . Monad m => e -> MaybeT m a -> ExceptionalT e m aexplicit-exception Control.Monad.Exception.Synchronous No documentation available.
toMaybe :: Exceptional e a -> Maybe aexplicit-exception Control.Monad.Exception.Synchronous No documentation available.
toMaybeT :: forall (m :: Type -> Type) e a . Monad m => ExceptionalT e m a -> MaybeT m aexplicit-exception Control.Monad.Exception.Synchronous No documentation available.
contramapMaybeGLogFunc :: (a -> Maybe b) -> GLogFunc b -> GLogFunc ario RIO A vesion of contramapMaybeGLogFunc which supports filering.
indexMaybe :: ByteString -> Int -> Maybe Word8rio RIO.ByteString O(1) ByteString index, starting from 0, that returns Just if:
0 <= n < length bs
mapMaybe :: (v1 -> Maybe v2) -> HashMap k v1 -> HashMap k v2rio RIO.HashMap Transform this map by applying a function to every value and retaining only some of them.
mapMaybeWithKey :: (k -> v1 -> Maybe v2) -> HashMap k v1 -> HashMap k v2rio RIO.HashMap Transform this map by applying a function to every value and retaining only some of them.
-
rio RIO.List No documentation available.
-
rio RIO.List No documentation available.