Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
extendOccSet :: OccSet -> OccName -> OccSetghc GHC.Plugins No documentation available.
extendOccSet :: OccSet -> OccName -> OccSetghc GHC.Plugins No documentation available.
extendOccSetList :: OccSet -> [OccName] -> OccSetghc GHC.Plugins No documentation available.
extendOccSetList :: OccSet -> [OccName] -> OccSetghc GHC.Plugins No documentation available.
whenDOptM :: DumpFlag -> TcRnIf gbl lcl () -> TcRnIf gbl lcl ()ghc GHC.Tc.Utils.Monad Do it flag is true
extendOrigNameCache :: OrigNameCache -> Module -> OccName -> Name -> OrigNameCacheghc GHC.Types.Name.Cache No documentation available.
extendOrigNameCache' :: OrigNameCache -> Name -> OrigNameCacheghc GHC.Types.Name.Cache No documentation available.
extendOccEnv :: OccEnv a -> OccName -> a -> OccEnv aghc GHC.Types.Name.Occurrence Add a single element to an OccEnv.
extendOccEnvList :: OccEnv a -> [(OccName, a)] -> OccEnv aghc GHC.Types.Name.Occurrence Extend an OccEnv by a list. OccNames later on in the list override earlier OccNames.
extendOccEnv_Acc :: (a -> b -> b) -> (a -> b) -> OccEnv b -> OccName -> a -> OccEnv bghc GHC.Types.Name.Occurrence Add a single element to an OccEnv, using a different function whether the OccName already exists or not.