Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. package binary-shared

    Sharing for the binary package I had problems with the size of the allocated heap space after serializing and loading data with the binary package. The reason was that binary does not support sharing of identical elements, so I came up with the generic solution in this package.

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

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

    binary-shared Data.Binary.Shared

    No documentation available.

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

    binary-shared Data.Binary.Shared

    No documentation available.

  5. Opt_SharedImplib :: GeneralFlag

    ghc-lib GHC

    No documentation available.

  6. data GLContextGetSharedContextMethodInfo

    gi-gdk GI.Gdk

    No documentation available.

  7. data GLContextIsSharedMethodInfo

    gi-gdk GI.Gdk

    No documentation available.

  8. data GLContextSharedContextPropertyInfo

    gi-gdk GI.Gdk

    No documentation available.

  9. gLContextSharedContext :: AttrLabelProxy "sharedContext"

    gi-gdk GI.Gdk

    No documentation available.

  10. data GLContextGetSharedContextMethodInfo

    gi-gdk GI.Gdk.Objects

    No documentation available.

Page 55 of many | Previous | Next