Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. data Shared (f :: Type -> Type) a

    dictionary-sharing Data.ClassSharing

    No documentation available.

  2. SharedCPU :: CPUType

    hetzner Hetzner.Cloud

    No documentation available.

  3. Shared :: CacheSharing

    language-docker Language.Docker.Syntax

    No documentation available.

  4. Shared :: PrintOrder

    mem-info System.MemInfo.Choices

    No documentation available.

  5. SharedSpaceIP4 :: Range4

    network-ip Network.IP.Addr

    Shared address space.

  6. module SharedMemory

    Provides shared memory for IPC (Inter Process Communication).

  7. newtype ShareInput a

    shellwords Text.Megaparsec.Compat

    This wrapper selects the input-sharing Stream implementation for Text (Text) and ByteString (ByteString). By input sharing we mean that our parsers will use slices whenever possible to avoid having to copy parts of the input. See also the documentation of split. Note that using slices is in general faster than copying; on the other hand it also has the potential for causing surprising memory leaks: if any slice of the input survives in the output, holding on to the output will force the entire input Text/ByteString to stay in memory! Even when using lazy Text/ByteString we will hold on to whole chunks at a time leading to to significantly worse memory residency in some cases. See NoShareInput for a somewhat slower implementation that avoids this memory leak scenario.

  8. ShareInput :: a -> ShareInput a

    shellwords Text.Megaparsec.Compat

    No documentation available.

  9. data Shareable (f :: Type -> Type) a

    size-based Control.Enumerable

    No documentation available.

  10. data Shared (f :: Type -> Type) a

    size-based Control.Enumerable

    No documentation available.

Page 17 of many | Previous | Next