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

Safe HaskellSafe-Inferred
LanguageHaskell98

Net.Bits

Documentation

(.!.) :: (FiniteBits b, Bits a, Num b, Integral a) => a -> Int -> b Source

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

catBits :: (FiniteBits a1, Bits a, Num a, Integral a1) => [a1] -> a Source

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

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

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

module Data.Bits

module Data.Word