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

Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

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

    ghc GHC.Plugins

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

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

    ghc GHC.Plugins

    No documentation available.

  3. extendOccSet :: OccSet -> OccName -> OccSet

    ghc GHC.Plugins

    No documentation available.

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

    ghc GHC.Plugins

    No documentation available.

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

    ghc GHC.Plugins

    No documentation available.

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

    ghc GHC.Tc.Utils.Monad

    Do it flag is true

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

    ghc GHC.Types.Name.Cache

    No documentation available.

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

    ghc GHC.Types.Name.Cache

    No documentation available.

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

    ghc GHC.Types.Name.Occurrence

    Add a single element to an OccEnv.

  10. 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.

Page 16 of many | Previous | Next

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