Data.Word.Crc32
data C Source #
Defined in Data.Word.Crc32
Methods
showsPrec :: Int -> C -> ShowS #
show :: C -> String #
showList :: [C] -> ShowS #
(==) :: C -> C -> Bool #
(/=) :: C -> C -> Bool #
fromWord :: Word32 -> C Source #
toWord :: C -> Word32 Source #
step :: C -> Word8 -> C Source #
initial :: C Source #
complement :: C -> C Source #