Patat.PrettyPrint.Matrix
type Matrix = Vector Cell Source #
data Cell Source #
Constructors
Defined in Patat.PrettyPrint.Matrix
Methods
showsPrec :: Int -> Cell -> ShowS #
show :: Cell -> String #
showList :: [Cell] -> ShowS #
(==) :: Cell -> Cell -> Bool #
(/=) :: Cell -> Cell -> Bool #
emptyCell :: Cell Source #
docToMatrix :: Size -> Doc -> Matrix Source #
hPutMatrix :: Handle -> Size -> Matrix -> IO () Source #