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

Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. mkStableIdFromString :: String -> Type -> SrcSpan -> (OccName -> OccName) -> TcM TcId

    ghc GHC.Tc.Utils.Env

    No documentation available.

  2. tcExtendIdEnv :: [TcId] -> TcM a -> TcM a

    ghc GHC.Tc.Utils.Env

    No documentation available.

  3. tcExtendIdEnv1 :: Name -> TcId -> TcM a -> TcM a

    ghc GHC.Tc.Utils.Env

    No documentation available.

  4. tcExtendIdEnv2 :: [(Name, TcId)] -> TcM a -> TcM a

    ghc GHC.Tc.Utils.Env

    No documentation available.

  5. tcExtendRecIds :: [(Name, TcId)] -> TcM a -> TcM a

    ghc GHC.Tc.Utils.Env

    No documentation available.

  6. tcExtendSigIds :: TopLevelFlag -> [TcId] -> TcM a -> TcM a

    ghc GHC.Tc.Utils.Env

    No documentation available.

  7. tcLookupId :: Name -> TcM Id

    ghc GHC.Tc.Utils.Env

    No documentation available.

  8. tcLookupIdMaybe :: Name -> TcM (Maybe Id)

    ghc GHC.Tc.Utils.Env

    No documentation available.

  9. tcLookupLocalIds :: [Name] -> TcM [TcId]

    ghc GHC.Tc.Utils.Env

    No documentation available.

  10. tcLookupLocatedGlobalId :: LocatedA Name -> TcM Id

    ghc GHC.Tc.Utils.Env

    No documentation available.

Page 559 of many | Previous | Next

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