Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. lookupOrigNameCache :: OrigNameCache -> Module -> OccName -> Maybe Name

    ghc-lib-parser GHC.Types.Name.Cache

    No documentation available.

  2. lookupDNameEnv :: DNameEnv a -> Name -> Maybe a

    ghc-lib-parser GHC.Types.Name.Env

    No documentation available.

  3. lookupNameEnv :: NameEnv a -> Name -> Maybe a

    ghc-lib-parser GHC.Types.Name.Env

    No documentation available.

  4. lookupNameEnv_NF :: NameEnv a -> Name -> a

    ghc-lib-parser GHC.Types.Name.Env

    No documentation available.

  5. lookupFieldsOccEnv :: OccEnv a -> FastString -> [a]

    ghc-lib-parser GHC.Types.Name.Occurrence

    Look up all the record fields that match with the given FastString in an OccEnv.

  6. lookupFsEnv :: FastStringEnv a -> FastString -> Maybe a

    ghc-lib-parser GHC.Types.Name.Occurrence

    No documentation available.

  7. lookupOccEnv :: OccEnv a -> OccName -> Maybe a

    ghc-lib-parser GHC.Types.Name.Occurrence

    Look an element up in an OccEnv.

  8. lookupOccEnv_AllNameSpaces :: OccEnv a -> OccName -> [a]

    ghc-lib-parser GHC.Types.Name.Occurrence

    Lookup an element in an OccEnv, ignoring NameSpaces entirely.

  9. lookupOccEnv_WithFields :: OccEnv a -> OccName -> [a]

    ghc-lib-parser GHC.Types.Name.Occurrence

    Lookup an element in an OccEnv, looking in the record field namespace for a variable.

  10. lookupDataConFirst :: LookupChild -> Bool

    ghc-lib-parser GHC.Types.Name.Reader

    for type constructors, should we look in the data constructor namespace first?

Page 89 of many | Previous | Next