patat-0.8.7.0: Terminal-based presentations using Pandoc
Safe HaskellNone
LanguageHaskell2010

Patat.Presentation.Display

Synopsis

Documentation

data Size Source #

Instances

Instances details
Show Size Source # 
Instance details

Defined in Patat.Presentation.Display

Methods

showsPrec :: Int -> Size -> ShowS #

show :: Size -> String #

showList :: [Size] -> ShowS #

data Display Source #

Instances

Instances details
Show Display Source # 
Instance details

Defined in Patat.Presentation.Display

displayPresentationError :: Size -> Presentation -> String -> Doc Source #

Displays an error in the place of the presentation. This is useful if we want to display an error but keep the presentation running.