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

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.

  1. extendOccSet :: OccSet -> OccName -> OccSet

    ghc GHC.Plugins

    No documentation available.

  2. extendOccSet :: OccSet -> OccName -> OccSet

    ghc GHC.Plugins

    No documentation available.

  3. extendOccSetList :: OccSet -> [OccName] -> OccSet

    ghc GHC.Plugins

    No documentation available.

  4. extendOccSetList :: OccSet -> [OccName] -> OccSet

    ghc GHC.Plugins

    No documentation available.

  5. whenDOptM :: DumpFlag -> TcRnIf gbl lcl () -> TcRnIf gbl lcl ()

    ghc GHC.Tc.Utils.Monad

    Do it flag is true

  6. extendOrigNameCache :: OrigNameCache -> Module -> OccName -> Name -> OrigNameCache

    ghc GHC.Types.Name.Cache

    No documentation available.

  7. extendOrigNameCache' :: OrigNameCache -> Name -> OrigNameCache

    ghc GHC.Types.Name.Cache

    No documentation available.

  8. extendOccEnv :: OccEnv a -> OccName -> a -> OccEnv a

    ghc GHC.Types.Name.Occurrence

    Add a single element to an OccEnv.

  9. extendOccEnvList :: OccEnv a -> [(OccName, a)] -> OccEnv a

    ghc GHC.Types.Name.Occurrence

    Extend an OccEnv by a list. OccNames later on in the list override earlier OccNames.

  10. extendOccEnv_Acc :: (a -> b -> b) -> (a -> b) -> OccEnv b -> OccName -> a -> OccEnv b

    ghc GHC.Types.Name.Occurrence

    Add a single element to an OccEnv, using a different function whether the OccName already exists or not.

Page 16 of many | Previous | Next

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