network-house-0.1.0.2: data and parsers for Ethernet, TCP, UDP, IPv4, IPv6, ICMP, DHCP, TFTP

Safe HaskellSafe
LanguageHaskell98

Net.Bits

Documentation

(.!.) :: (Num b, Bits t, FiniteBits b, Integral t) => t -> Int -> b #

nextTo :: (Bits a, Num a, Integral a1, Integral a2, FiniteBits a1) => a2 -> a1 -> a #

catBits :: (FiniteBits a, Num t, Bits t, Integral a) => [a] -> t #

showHex :: (Show a, Integral a) => a -> String #

showBin :: FiniteBits a => a -> [Char] #

showHex' :: (Integral a, Show a) => Int -> a -> [Char] #

module Data.Bits

module Data.Word