Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. chksum :: Packet -> !Word16

    network-house Net.ICMP

    No documentation available.

  2. checksum :: Packet content -> !Word16

    network-house Net.TCP

    No documentation available.

  3. checksum :: Packet content -> !Word16

    network-house Net.UDP

    No documentation available.

  4. checksum :: Packet content -> !Word16

    network-house Net.UDP_Client

    No documentation available.

  5. checksum :: [Word16] -> Word16

    network-house Net.Utils

    TCP/IP 16-bit checksums

  6. newtype GRandomSum a

    one-liner-instances System.Random.OneLiner

    If a is a data type whose fields are all instances of Random, then GRandom a has a Random instance. Will one day be able to be used with DerivingVia syntax, to derive instances automatically. A version of GRandom that works for data types with multiple constructors. If your type has only one constructor, it might be more performant to use GRandom. Note that the "ranged" variants are partial: if given a range of items made with different constructors, will be error!

  7. GRandomSum :: a -> GRandomSum a

    one-liner-instances System.Random.OneLiner

    No documentation available.

  8. gRandomIOSum :: (ADT a, Constraints a Random) => IO a

    one-liner-instances System.Random.OneLiner

    randomIO implemented by calling gRandom on the global seed.

  9. gRandomRIOSum :: (ADT a, Constraints a Random) => (a, a) -> IO a

    one-liner-instances System.Random.OneLiner

    randomRIO implemented by calling gRandomRSum on the global seed. If given a range of items made with different constructors, will be error!

  10. gRandomRSum :: (ADT a, Constraints a Random, RandomGen g) => (a, a) -> g -> (a, g)

    one-liner-instances System.Random.OneLiner

    randomR implemented by sequencing randomR between all components. If given a range of items made with different constructors, will be error!

Page 354 of many | Previous | Next