patat-0.11.0.0: Terminal-based presentations using Pandoc
Safe HaskellSafe-Inferred
LanguageHaskell2010

Patat.PrettyPrint.Matrix

Documentation

type Matrix = Vector Cell Source #

data Cell Source #

Constructors

Cell [SGR] Char 

Instances

Instances details
Show Cell Source # 
Instance details

Defined in Patat.PrettyPrint.Matrix

Methods

showsPrec :: Int -> Cell -> ShowS

show :: Cell -> String

showList :: [Cell] -> ShowS

Eq Cell Source # 
Instance details

Defined in Patat.PrettyPrint.Matrix

Methods

(==) :: Cell -> Cell -> Bool

(/=) :: Cell -> Cell -> Bool

hPutMatrix :: Handle -> Size -> Matrix -> IO () Source #