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

Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. class (Typeable alpha, Ord alpha, Eq alpha, Show alpha) => BinaryShared alpha

    binary-shared Data.Binary.Shared

    A class for storing Binary instances with shared nodes. Cycles are not supported, cause put and get is a one path process.

  2. getShared :: BinaryShared alpha => GetShared alpha -> GetShared alpha

    binary-shared Data.Binary.Shared

    No documentation available.

  3. putShared :: BinaryShared alpha => (alpha -> PutShared) -> alpha -> PutShared

    binary-shared Data.Binary.Shared

    No documentation available.

  4. Opt_SharedImplib :: GeneralFlag

    ghc-lib GHC

    No documentation available.

  5. CacheTypeShared :: CacheType

    gi-soup3 GI.Soup.Enums

    a shared cache

  6. pattern GL_TEXTURE_SHARED_SIZE :: (Eq a, Num a) => a

    gl Graphics.GL.Core32

    No documentation available.

  7. pattern GL_INTERNALFORMAT_SHARED_SIZE :: (Eq a, Num a) => a

    gl Graphics.GL.Core43

    No documentation available.

  8. pattern GL_MAX_COMPUTE_SHARED_MEMORY_SIZE :: (Eq a, Num a) => a

    gl Graphics.GL.Core43

    No documentation available.

  9. pattern GL_MAX_COMPUTE_SHARED_MEMORY_SIZE :: (Eq a, Num a) => a

    gl Graphics.GL.Embedded31

    No documentation available.

  10. pattern GL_TEXTURE_SHARED_SIZE :: (Eq a, Num a) => a

    gl Graphics.GL.Embedded31

    No documentation available.

Page 55 of many | Previous | Next

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