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.
toMaybeText :: [Text] -> Maybe Textwai-saml2 Network.Wai.SAML2.XML toMaybeText xs returns Nothing if xs is the empty list, or the result of concatenating xs wrapped in Just otherwise.
liftMaybe :: forall (b :: Type -> Type) a . Functor b => Maybe a -> Wizard b awizards System.Console.Wizard Translate a maybe value into wizard success/failure.
defaultMaybeBasicAuthId :: MonadHandler m => CheckCreds -> AuthSettings -> m (Maybe Text)yesod-auth-basic Yesod.Auth.Http.Basic Retrieve the AuthId using Authorization header. If valid credentials are found and authorized the auth id is cached. TODO use more general type than Text to represent the auth id
liftTupleMaybeFromFst :: (Maybe a, b) -> Maybe (a, b)yggdrasil-schema Yggdrasil No documentation available.
matchFromMaybe :: Maybe a -> MatchResult ayi-keymap-vim Yi.Keymap.Vim.MatchResult No documentation available.
getMaybeCountE :: EditorM (Maybe Int)yi-keymap-vim Yi.Keymap.Vim.StateUtils No documentation available.
mapMaybe :: Interval k e => (a -> Maybe b) -> IntervalMap k a -> IntervalMap k bIntervalMap Data.IntervalMap.Generic.Lazy O(n). Map values and collect the Just results.
mapMaybeWithKey :: Interval k e => (k -> a -> Maybe b) -> IntervalMap k a -> IntervalMap k bIntervalMap Data.IntervalMap.Generic.Lazy O(n). Map keys/values and collect the Just results.
mapMaybe :: Interval k e => (a -> Maybe b) -> IntervalMap k a -> IntervalMap k bIntervalMap Data.IntervalMap.Generic.Strict O(n). Map values and collect the Just results.
mapMaybeWithKey :: Interval k e => (k -> a -> Maybe b) -> IntervalMap k a -> IntervalMap k bIntervalMap Data.IntervalMap.Generic.Strict O(n). Map keys/values and collect the Just results.