tart-0.3: Terminal Art
Safe HaskellNone
LanguageHaskell2010

Tart.Format

Documentation

data TartFile Source #

Constructors

TartFile 

data OutputFormat Source #

Instances

Instances details
Read OutputFormat Source # 
Instance details

Defined in Tart.Format

Methods

readsPrec :: Int -> ReadS OutputFormat

readList :: ReadS [OutputFormat]

readPrec :: ReadPrec OutputFormat

readListPrec :: ReadPrec [OutputFormat]

Show OutputFormat Source # 
Instance details

Defined in Tart.Format

Methods

showsPrec :: Int -> OutputFormat -> ShowS

show :: OutputFormat -> String

showList :: [OutputFormat] -> ShowS

Eq OutputFormat Source # 
Instance details

Defined in Tart.Format

Methods

(==) :: OutputFormat -> OutputFormat -> Bool

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

readTartFile :: TartFilePath -> IO (Either String TartFile) Source #

sortedCanvases :: [Int] -> [Canvas] -> [Canvas] Source #