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. lookupVarInfoNT :: TmState -> Id -> (Id, VarInfo)

    ghc-lib-parser GHC.HsToCore.Pmc.Solver.Types

    Like lookupVarInfo ts x, but lookupVarInfo ts x = (y, vi) also looks through newtype constructors. We have x ~ N1 (... (Nk y)) such that the returned y doesn't have a positive newtype constructor constraint associated with it (yet). The VarInfo returned is that of y's representative. Careful, this means that idType x might be different to idType y, even modulo type normalisation! See also Note [Coverage checking Newtype matches] in GHC.HsToCore.Pmc.Solver.

  2. lookupName :: Bool -> String -> Q (Maybe Name)

    ghc-lib-parser GHC.Internal.TH.Syntax

    No documentation available.

  3. lookupTypeName :: String -> Q (Maybe Name)

    ghc-lib-parser GHC.Internal.TH.Syntax

    Look up the given name in the (type namespace of the) current splice's scope. See Language.Haskell.TH.Syntax#namelookup for more details.

  4. lookupValueName :: String -> Q (Maybe Name)

    ghc-lib-parser GHC.Internal.TH.Syntax

    Look up the given name in the (value namespace of the) current splice's scope. See Language.Haskell.TH.Syntax#namelookup for more details.

  5. lookupPlatformConstants :: [FilePath] -> IO (Maybe PlatformConstants)

    ghc-lib-parser GHC.Platform

    Try to locate "GhclibDerivedConstants.h" file in the given dirs and to parse the PlatformConstants from it. See Note [Platform constants]

  6. lookupRoleAnnot :: RoleAnnotEnv -> Name -> Maybe (LRoleAnnotDecl GhcRn)

    ghc-lib-parser GHC.Tc.Types

    No documentation available.

  7. lookupEvBind :: EvBindMap -> EvVar -> Maybe EvBind

    ghc-lib-parser GHC.Tc.Types.Evidence

    No documentation available.

  8. lookupTyVar :: Subst -> TyVar -> Maybe Type

    ghc-lib-parser GHC.Tc.Utils.TcType

    No documentation available.

  9. lookupDefaultEnv :: DefaultEnv -> Name -> Maybe ClassDefaults

    ghc-lib-parser GHC.Types.DefaultEnv

    No documentation available.

  10. lookupFixity :: FixityEnv -> Name -> Fixity

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

    No documentation available.

Page 88 of many | Previous | Next