diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2018-03-23 13:00:30 -0400 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2018-03-23 13:00:30 -0400 |
commit | 59f3997069131abaf9f206604971cc980d69071a (patch) | |
tree | 4c147ba7e319bd0377d27e9e89d6d4bba01619d1 /src/Text/Pandoc/UTF8.hs | |
parent | 0987aa2a547d3298fb9617756288228afa976a73 (diff) | |
download | pandoc-59f3997069131abaf9f206604971cc980d69071a.tar.gz |
Powerpoint writer: Remove `Maybe` from `SpeakerNotes` in `Slide`.
Previously, we had treated it as a `Maybe`. But there is no difference
between not having speaker notes and having empty speaker notes. So we
make the SpeakerNotes newtype into a monoid, and test for memptiness
instead of testing for Just/Nothing.
Diffstat (limited to 'src/Text/Pandoc/UTF8.hs')
0 files changed, 0 insertions, 0 deletions