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. extendOrigNameCache :: OrigNameCache -> Module -> OccName -> Name -> OrigNameCache

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

    No documentation available.

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

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

    No documentation available.

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

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

    Add a single element to an OccEnv.

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

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

  6. extendOccSet :: OccSet -> OccName -> OccSet

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

    No documentation available.

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

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

    No documentation available.

  8. pattern GL_VENDOR :: GLenum

    OpenGLRaw Graphics.GL.Compatibility30

    No documentation available.

  9. pattern GL_VENDOR :: GLenum

    OpenGLRaw Graphics.GL.Compatibility31

    No documentation available.

  10. pattern GL_VENDOR :: GLenum

    OpenGLRaw Graphics.GL.Compatibility32

    No documentation available.

Page 23 of many | Previous | Next