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.
lookupId :: MonadThings m => Name -> m Idghc-lib-parser GHC.Types.TyThing No documentation available.
lookupThing :: MonadThings m => Name -> m TyThingghc-lib-parser GHC.Types.TyThing No documentation available.
lookupTyCon :: MonadThings m => Name -> m TyConghc-lib-parser GHC.Types.TyThing No documentation available.
lookupTypeEnv :: TypeEnv -> Name -> Maybe TyThingghc-lib-parser GHC.Types.TypeEnv No documentation available.
lookupUDFM :: Uniquable key => UniqDFM key elt -> key -> Maybe eltghc-lib-parser GHC.Types.Unique.DFM No documentation available.
lookupUniqDSet :: Uniquable a => UniqDSet a -> a -> Maybe aghc-lib-parser GHC.Types.Unique.DSet No documentation available.
lookupUFM :: Uniquable key => UniqFM key elt -> key -> Maybe eltghc-lib-parser GHC.Types.Unique.FM No documentation available.
lookupWithDefaultUFM :: Uniquable key => UniqFM key elt -> elt -> key -> eltghc-lib-parser GHC.Types.Unique.FM No documentation available.
lookupUniqMap :: Uniquable k => UniqMap k a -> k -> Maybe aghc-lib-parser GHC.Types.Unique.Map No documentation available.
lookupWithDefaultUniqMap :: Uniquable k => UniqMap k a -> a -> k -> aghc-lib-parser GHC.Types.Unique.Map No documentation available.