Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data Size
- getDisplaySize :: Presentation -> IO Size
- data Display
- displayPresentation :: Size -> Presentation -> Display
- displayPresentationError :: Size -> Presentation -> String -> Doc
- dumpPresentation :: Presentation -> IO ()
Documentation
getDisplaySize :: Presentation -> IO Size Source #
displayPresentation :: Size -> Presentation -> Display Source #
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.
dumpPresentation :: Presentation -> IO () Source #