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.
-
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.
class (Typeable alpha, Ord alpha, Eq alpha, Show alpha) =>
BinaryShared alphabinary-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.
getShared :: BinaryShared alpha => GetShared alpha -> GetShared alphabinary-shared Data.Binary.Shared No documentation available.
putShared :: BinaryShared alpha => (alpha -> PutShared) -> alpha -> PutSharedbinary-shared Data.Binary.Shared No documentation available.
Opt_SharedImplib :: GeneralFlagghc-lib GHC No documentation available.
data
GLContextGetSharedContextMethodInfo gi-gdk GI.Gdk No documentation available.
data
GLContextIsSharedMethodInfo gi-gdk GI.Gdk No documentation available.
data
GLContextSharedContextPropertyInfo gi-gdk GI.Gdk No documentation available.
gLContextSharedContext :: AttrLabelProxy "sharedContext"gi-gdk GI.Gdk No documentation available.
data
GLContextGetSharedContextMethodInfo gi-gdk GI.Gdk.Objects No documentation available.