Hoogle Search

Within Stackage Nightly 2025-10-09 (ghc-9.12.2)

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

  1. defaultSetOffAddr# :: Prim a => Addr# -> Int# -> Int# -> a -> State# s -> State# s

    primitive Data.Primitive.Types

    An implementation of setOffAddr# that calls writeOffAddr# to set each element. The documentation of defaultSetByteArray# provides an example of how to use this.

  2. data ReleaseType

    resourcet Data.Acquire

    The way in which a release is called.

  3. data ReleaseType

    resourcet Data.Acquire.Internal

    The way in which a release is called.

  4. getIntSetOf :: Get Int -> Get IntSet

    cereal Data.Serialize.Get

    Read as a list of ints.

  5. getSetOf :: Ord a => Get a -> Get (Set a)

    cereal Data.Serialize.Get

    Read as a list of elements.

  6. putIntSetOf :: Putter Int -> Putter IntSet

    cereal Data.Serialize.Put

    No documentation available.

  7. putSetOf :: Putter a -> Putter (Set a)

    cereal Data.Serialize.Put

    No documentation available.

  8. posOffset :: Position -> {-# UNPACK #-} !Int

    conduit-extra Data.Conduit.Attoparsec

    No documentation available.

  9. data ClientSettings

    conduit-extra Data.Conduit.Network

    Settings for a TCP client, specifying how to connect to the server.

  10. data ServerSettings

    conduit-extra Data.Conduit.Network

    Settings for a TCP server. It takes a port to listen on, and an optional hostname to bind to.

Page 77 of many | Previous | Next