Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Module that allows the user to interact with the presentation
Documentation
data PresentationCommand Source #
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 #