• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. lookupInertDict :: InertCans -> CtLoc -> Class -> [Type] -> Maybe DictCt

    ghc GHC.Tc.Solver.Monad

    Look up a dictionary inert.

  2. lookupSolvedDict :: InertSet -> CtLoc -> Class -> [Type] -> Maybe CtEvidence

    ghc GHC.Tc.Solver.Monad

    Look up a solved inert.

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

    ghc GHC.Tc.Types

    No documentation available.

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

    ghc GHC.Tc.Types.Evidence

    No documentation available.

  5. lookupGlobal :: HscEnv -> Name -> IO TyThing

    ghc GHC.Tc.Utils.Env

    No documentation available.

  6. lookupGlobal_maybe :: HscEnv -> Name -> IO (MaybeErr (Either Name IfaceMessage) TyThing)

    ghc GHC.Tc.Utils.Env

    No documentation available.

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

    ghc GHC.Tc.Utils.TcType

    No documentation available.

  8. lookupTyVarX :: TcTyVar -> ZonkTcM TyVar

    ghc GHC.Tc.Zonk.Type

    No documentation available.

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

    ghc GHC.Types.Fixity.Env

    No documentation available.

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

    ghc GHC.Types.Name.Cache

    No documentation available.

Page 57 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete