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

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. lookupOrig :: Module -> OccName -> TcPluginM Name

    ghc GHC.Tc.Plugin

    No documentation available.

  2. lookupFamAppCache :: TyCon -> [Type] -> TcS (Maybe Reduction)

    ghc GHC.Tc.Solver.Monad

    No documentation available.

  3. lookupFamAppInert :: (CtFlavourRole -> Bool) -> TyCon -> [Type] -> TcS (Maybe (Reduction, CtFlavourRole))

    ghc GHC.Tc.Solver.Monad

    Looks up a family application in the inerts.

  4. lookupInertDict :: InertCans -> CtLoc -> Class -> [Type] -> Maybe DictCt

    ghc GHC.Tc.Solver.Monad

    Look up a dictionary inert.

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

    ghc GHC.Tc.Solver.Monad

    Look up a solved inert.

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

    ghc GHC.Tc.Types

    No documentation available.

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

    ghc GHC.Tc.Types.Evidence

    No documentation available.

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

    ghc GHC.Tc.Utils.Env

    No documentation available.

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

    ghc GHC.Tc.Utils.Env

    No documentation available.

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

    ghc GHC.Tc.Utils.TcType

    No documentation available.

Page 59 of many | Previous | Next

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