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.
-
network-house Net.ICMP No documentation available.
checksum :: Packet content -> !Word16network-house Net.TCP No documentation available.
checksum :: Packet content -> !Word16network-house Net.UDP No documentation available.
checksum :: Packet content -> !Word16network-house Net.UDP_Client No documentation available.
checksum :: [Word16] -> Word16network-house Net.Utils TCP/IP 16-bit checksums
-
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!
GRandomSum :: a -> GRandomSum aone-liner-instances System.Random.OneLiner No documentation available.
gRandomIOSum :: (ADT a, Constraints a Random) => IO aone-liner-instances System.Random.OneLiner gRandomRIOSum :: (ADT a, Constraints a Random) => (a, a) -> IO aone-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!
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!