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. exeSharedSize :: ExeConfig -> Maybe Exp

    language-c-quote Language.C.Syntax

    No documentation available.

  2. muShared :: MemUsage -> !Int

    mem-info System.MemInfo.Proc

    the total shared memory in use

  3. puShared :: ProcUsage -> !Int

    mem-info System.MemInfo.Proc

    No documentation available.

  4. puSharedHuge :: ProcUsage -> !Int

    mem-info System.MemInfo.Proc

    No documentation available.

  5. NoSharedMem :: RamFlaw

    mem-info System.MemInfo.SysInfo

    no shared mem is reported

  6. SomeSharedMem :: RamFlaw

    mem-info System.MemInfo.SysInfo

    some shared mem not reported

  7. newtype NoShareInput a

    network-uri-template Network.URI.Template.Internal.Parse

    This wrapper selects the no-input-sharing Stream implementation for Text (Text) and ByteString (ByteString). This means that our parsers will create independent copies rather than using slices of the input. See also the documentation of copy. More importantly, any parser output will be independent of the input, and holding on to parts of the output will never prevent the input from being garbage collected. For maximum performance you might consider using ShareInput instead, but beware of its pitfalls!

  8. NoShareInput :: a -> NoShareInput a

    network-uri-template Network.URI.Template.Internal.Parse

    No documentation available.

  9. unNoShareInput :: NoShareInput a -> a

    network-uri-template Network.URI.Template.Internal.Parse

    No documentation available.

  10. unShareInput :: ShareInput a -> a

    network-uri-template Network.URI.Template.Internal.Parse

    No documentation available.

Page 46 of many | Previous | Next