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

Safe HaskellSafe-Inferred

Net.Bits

Documentation

(.!.) :: (Integral a, Num a1, Bits a, Bits a1) => a -> Int -> a1Source

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

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

showHex :: (Integral a, Show a) => a -> StringSource

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

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

module Data.Bits

module Data.Word