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.

  1. toMaybeText :: [Text] -> Maybe Text

    wai-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.

  2. liftMaybe :: forall (b :: Type -> Type) a . Functor b => Maybe a -> Wizard b a

    wizards System.Console.Wizard

    Translate a maybe value into wizard success/failure.

  3. 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

  4. liftTupleMaybeFromFst :: (Maybe a, b) -> Maybe (a, b)

    yggdrasil-schema Yggdrasil

    No documentation available.

  5. matchFromMaybe :: Maybe a -> MatchResult a

    yi-keymap-vim Yi.Keymap.Vim.MatchResult

    No documentation available.

  6. getMaybeCountE :: EditorM (Maybe Int)

    yi-keymap-vim Yi.Keymap.Vim.StateUtils

    No documentation available.

  7. mapMaybe :: Interval k e => (a -> Maybe b) -> IntervalMap k a -> IntervalMap k b

    IntervalMap Data.IntervalMap.Generic.Lazy

    O(n). Map values and collect the Just results.

  8. mapMaybeWithKey :: Interval k e => (k -> a -> Maybe b) -> IntervalMap k a -> IntervalMap k b

    IntervalMap Data.IntervalMap.Generic.Lazy

    O(n). Map keys/values and collect the Just results.

  9. mapMaybe :: Interval k e => (a -> Maybe b) -> IntervalMap k a -> IntervalMap k b

    IntervalMap Data.IntervalMap.Generic.Strict

    O(n). Map values and collect the Just results.

  10. mapMaybeWithKey :: Interval k e => (k -> a -> Maybe b) -> IntervalMap k a -> IntervalMap k b

    IntervalMap Data.IntervalMap.Generic.Strict

    O(n). Map keys/values and collect the Just results.

Page 289 of many | Previous | Next