• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.12 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. lookupId :: MonadThings m => Name -> m Id

    ghc-lib-parser GHC.Types.TyThing

    No documentation available.

  2. lookupThing :: MonadThings m => Name -> m TyThing

    ghc-lib-parser GHC.Types.TyThing

    No documentation available.

  3. lookupTyCon :: MonadThings m => Name -> m TyCon

    ghc-lib-parser GHC.Types.TyThing

    No documentation available.

  4. lookupTypeEnv :: TypeEnv -> Name -> Maybe TyThing

    ghc-lib-parser GHC.Types.TypeEnv

    No documentation available.

  5. lookupUDFM :: Uniquable key => UniqDFM key elt -> key -> Maybe elt

    ghc-lib-parser GHC.Types.Unique.DFM

    No documentation available.

  6. lookupUniqDSet :: Uniquable a => UniqDSet a -> a -> Maybe a

    ghc-lib-parser GHC.Types.Unique.DSet

    No documentation available.

  7. lookupUFM :: Uniquable key => UniqFM key elt -> key -> Maybe elt

    ghc-lib-parser GHC.Types.Unique.FM

    No documentation available.

  8. lookupWithDefaultUFM :: Uniquable key => UniqFM key elt -> elt -> key -> elt

    ghc-lib-parser GHC.Types.Unique.FM

    No documentation available.

  9. lookupUniqMap :: Uniquable k => UniqMap k a -> k -> Maybe a

    ghc-lib-parser GHC.Types.Unique.Map

    No documentation available.

  10. lookupWithDefaultUniqMap :: Uniquable k => UniqMap k a -> a -> k -> a

    ghc-lib-parser GHC.Types.Unique.Map

    No documentation available.

Page 90 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete