Types
data Tree Source #
Constructors
data Bit Source #
Defined in Types
Methods
showsPrec :: Int -> Bit -> ShowS #
show :: Bit -> String #
showList :: [Bit] -> ShowS #
(==) :: Bit -> Bit -> Bool #
(/=) :: Bit -> Bit -> Bool #
type HCode = [Bit] Source #
type Table = [(Char, HCode)] Source #