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

Patat.PrettyPrint.Matrix

Documentation

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 #