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.
mkStableIdFromString :: String -> Type -> SrcSpan -> (OccName -> OccName) -> TcM TcIdghc GHC.Tc.Utils.Env No documentation available.
tcExtendIdEnv :: [TcId] -> TcM a -> TcM aghc GHC.Tc.Utils.Env No documentation available.
tcExtendIdEnv1 :: Name -> TcId -> TcM a -> TcM aghc GHC.Tc.Utils.Env No documentation available.
tcExtendIdEnv2 :: [(Name, TcId)] -> TcM a -> TcM aghc GHC.Tc.Utils.Env No documentation available.
tcExtendRecIds :: [(Name, TcId)] -> TcM a -> TcM aghc GHC.Tc.Utils.Env No documentation available.
tcExtendSigIds :: TopLevelFlag -> [TcId] -> TcM a -> TcM aghc GHC.Tc.Utils.Env No documentation available.
-
ghc GHC.Tc.Utils.Env No documentation available.
tcLookupIdMaybe :: Name -> TcM (Maybe Id)ghc GHC.Tc.Utils.Env No documentation available.
tcLookupLocalIds :: [Name] -> TcM [TcId]ghc GHC.Tc.Utils.Env No documentation available.
tcLookupLocatedGlobalId :: LocatedA Name -> TcM Idghc GHC.Tc.Utils.Env No documentation available.