zm-0.3.2: Language independent, reproducible, absolute types

Safe HaskellNone
LanguageHaskell2010

ZM.Pretty.Base

Contents

Synopsis

Documentation

prettyWords :: [Word8] -> Doc Source #

Display a list of Words in hexadecimal format

>>> prettyWords [11,22,33::Word8]
0b1621

hex :: Word8 -> String Source #

Display a Word in hexadecimal format

Orphan instances