Data.Word.Adler32
data A Source #
Defined in Data.Word.Adler32
Methods
showsPrec :: Int -> A -> ShowS #
show :: A -> String #
showList :: [A] -> ShowS #
(==) :: A -> A -> Bool #
(/=) :: A -> A -> Bool #
fromWord32 :: Word32 -> A Source #
toWord32 :: A -> Word32 Source #
step :: (Int, A) -> Word8 -> (Int, A) Source #
initial :: (Int, A) Source #