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

Patat.Presentation.SpeakerNotes

Synopsis

Documentation

split :: [Block] -> (SpeakerNotes, [Block]) Source #

Take all speaker notes from the front of the list. Return those and the remaining blocks.

partition :: [Block] -> (SpeakerNotes, [Block]) Source #

Partition the list into speaker notes and other blocks.

data Settings Source #

Instances

Instances details
FromJSON Settings Source # 
Instance details

Defined in Patat.Presentation.SpeakerNotes

Show Settings Source # 
Instance details

Defined in Patat.Presentation.SpeakerNotes

with :: Settings -> (Handle -> IO a) -> IO a Source #