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

Hoogle Search

Within LTS Haskell 24.5 (ghc-9.10.2)

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

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

    ghc-lib-parser GHC.Types.Name.Cache

    No documentation available.

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

    ghc-lib-parser GHC.Types.Name.Occurrence

    Add a single element to an OccEnv.

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

    ghc-lib-parser GHC.Types.Name.Occurrence

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

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

    ghc-lib-parser GHC.Types.Name.Occurrence

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

  5. extendOccSet :: OccSet -> OccName -> OccSet

    ghc-lib-parser GHC.Types.Name.Occurrence

    No documentation available.

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

    ghc-lib-parser GHC.Types.Name.Occurrence

    No documentation available.

  7. pattern GL_VENDOR :: GLenum

    OpenGLRaw Graphics.GL.Compatibility30

    No documentation available.

  8. pattern GL_VENDOR :: GLenum

    OpenGLRaw Graphics.GL.Compatibility31

    No documentation available.

  9. pattern GL_VENDOR :: GLenum

    OpenGLRaw Graphics.GL.Compatibility32

    No documentation available.

  10. pattern GL_VENDOR :: GLenum

    OpenGLRaw Graphics.GL.Compatibility33

    No documentation available.

Page 23 of many | Previous | Next

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