Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Module that allows the user to interact with the presentation
Documentation
data PresentationCommand Source #
Exit | |
Forward | |
Backward | |
SkipForward | |
SkipBackward | |
First | |
Last | |
Reload | |
Seek Int | |
UpdateVar Var [Block] | |
UnknownCommand String |
Instances
Show PresentationCommand Source # | |
Defined in Patat.Presentation.Interactive showsPrec :: Int -> PresentationCommand -> ShowS # show :: PresentationCommand -> String # showList :: [PresentationCommand] -> ShowS # | |
Eq PresentationCommand Source # | |
Defined in Patat.Presentation.Interactive (==) :: PresentationCommand -> PresentationCommand -> Bool # (/=) :: PresentationCommand -> PresentationCommand -> Bool # |
data UpdatedPresentation Source #