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. insertMaybeMap :: Ord k => k -> Maybe a -> Map k a -> Map k a

    board-games Game.Labyrinth

    No documentation available.

  2. completeSigPolyId_maybe :: TcSigInfo -> Maybe TcId

    breakpoint Debug.Breakpoint.GhcFacade

    No documentation available.

  3. mapMaybeM :: Applicative m => (a -> m (Maybe b)) -> [a] -> m [b]

    breakpoint Debug.Breakpoint.GhcFacade

    Applicative version of mapMaybe

  4. tcTyThingTyCon_maybe :: TcTyThing -> Maybe TyCon

    breakpoint Debug.Breakpoint.GhcFacade

    Matches on either a global TyCon or a TcTyCon.

  5. readFileMaybe :: FilePath -> IO (Maybe Text)

    cabal-debian Debian.Debianize.Prelude

    No documentation available.

  6. setMapMaybe :: Ord b => (a -> Maybe b) -> Set a -> Set b

    cabal-debian Debian.Debianize.Prelude

    No documentation available.

  7. hoistMaybe :: forall (f :: Type -> Type) a . Applicative f => Maybe a -> MaybeT f a

    cabal-gild CabalGild.Unstable.Action.EvaluatePragmas

    This was added in transformers-0.6.0.0. See https://hub.darcs.net/ross/transformers/issue/49.

  8. fromMaybe :: Maybe a -> Optional a

    cabal-gild CabalGild.Unstable.Type.Optional

    Converts a Maybe value into an Optional one.

  9. toMaybe :: Optional a -> Maybe a

    cabal-gild CabalGild.Unstable.Type.Optional

    Converts an Optional value into a Maybe one.

  10. type SourceRepoMaybe = SourceRepositoryPackage Maybe

    cabal-install Distribution.Client.Types.SourceRepo

    Distilled from SourceRepo

Page 264 of many | Previous | Next