packages feed

patat-0.1.0.0: src/Patat/Presentation.hs

module Patat.Presentation
    ( Presentation (..)
    , readPresentation
    , displayPresentation
    , dumpPresentation

    , PresentationCommand (..)
    , readPresentationCommand
    , UpdatedPresentation (..)
    , updatePresentation
    ) where

import           Patat.Presentation.Display
import           Patat.Presentation.Interactive
import           Patat.Presentation.Internal
import           Patat.Presentation.Read