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. lookupDNameEnv :: DNameEnv a -> Name -> Maybe a

    ghc GHC.Types.Name.Env

    No documentation available.

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

    ghc GHC.Types.Name.Env

    No documentation available.

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

    ghc GHC.Types.Name.Env

    No documentation available.

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

    ghc GHC.Types.Name.Occurrence

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

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

    ghc GHC.Types.Name.Occurrence

    No documentation available.

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

    ghc GHC.Types.Name.Occurrence

    Look an element up in an OccEnv.

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

    ghc GHC.Types.Name.Occurrence

    Lookup an element in an OccEnv, ignoring NameSpaces entirely.

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

    ghc GHC.Types.Name.Occurrence

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

  9. lookupDataConFirst :: LookupChild -> Bool

    ghc GHC.Types.Name.Reader

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

  10. lookupGRE :: GlobalRdrEnvX info -> LookupGRE info -> [GlobalRdrEltX info]

    ghc GHC.Types.Name.Reader

    Look something up in the Global Reader Environment. The LookupGRE argument specifies what to look up, and in particular whether there should there be any lee-way if the NameSpaces don't exactly match.

Page 58 of many | Previous | Next