patat-0.12.0.0: Terminal-based presentations using Pandoc
Safe HaskellSafe-Inferred
LanguageHaskell2010

Patat.Presentation.Settings

Synopsis

Documentation

data PresentationSettings Source #

These are patat-specific settings. That is where they differ from more general metadata (author, title...)

data Wrap Source #

Constructors

NoWrap 
AutoWrap 
WrapAt Int 

Instances

Instances details
FromJSON Wrap Source # 
Instance details

Defined in Patat.Presentation.Settings

Show Wrap Source # 
Instance details

Defined in Patat.Presentation.Settings

Methods

showsPrec :: Int -> Wrap -> ShowS #

show :: Wrap -> String #

showList :: [Wrap] -> ShowS #

data AutoOr a Source #

Constructors

Auto 
NotAuto a 

Instances

Instances details
FromJSON a => FromJSON (AutoOr a) Source # 
Instance details

Defined in Patat.Presentation.Settings

Show a => Show (AutoOr a) Source # 
Instance details

Defined in Patat.Presentation.Settings

Methods

showsPrec :: Int -> AutoOr a -> ShowS #

show :: AutoOr a -> String #

showList :: [AutoOr a] -> ShowS #