Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

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

  1. 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.

  2. lookupDataConFirst :: LookupChild -> Bool

    ghc GHC.Types.Name.Reader

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

  3. 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.

  4. lookupGRE_FieldLabel :: GlobalRdrEnv -> FieldLabel -> Maybe FieldGlobalRdrElt

    ghc GHC.Types.Name.Reader

    Look for a particular record field selector in the environment.

  5. lookupGRE_Name :: Outputable info => GlobalRdrEnvX info -> Name -> Maybe (GlobalRdrEltX info)

    ghc GHC.Types.Name.Reader

    Look for precisely this Name in the environment, in the same NameSpace as the Name. This tests whether it is in scope, ignoring anything else that might be in scope which doesn't have the same Unique.

  6. lookupLocalRdrEnv :: LocalRdrEnv -> RdrName -> Maybe Name

    ghc GHC.Types.Name.Reader

    No documentation available.

  7. lookupLocalRdrOcc :: LocalRdrEnv -> OccName -> Maybe Name

    ghc GHC.Types.Name.Reader

    No documentation available.

  8. lookupSrcLoc :: SrcLoc -> Map RealSrcLoc a -> Maybe a

    ghc GHC.Types.SrcLoc

    No documentation available.

  9. lookupSrcSpan :: SrcSpan -> Map RealSrcSpan a -> Maybe a

    ghc GHC.Types.SrcLoc

    No documentation available.

  10. lookupDataCon :: MonadThings m => Name -> m DataCon

    ghc GHC.Types.TyThing

    No documentation available.

Page 61 of many | Previous | Next