network-house-0.1.0.3: data and parsers for Ethernet, TCP, UDP, IPv4, IPv6, ICMP, DHCP, TFTP
Safe HaskellSafe-Inferred
LanguageHaskell2010

Net.Bits

Documentation

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

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

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

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

showHex' :: Integral a => Int -> a -> [Char] Source #

module Data.Bits

module Data.Word