diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2016-02-26 08:47:26 -0500 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2016-02-26 08:57:53 -0500 |
commit | a7a0b452a5f3ac3e1897c1f56758731f82a12f2f (patch) | |
tree | 8571bd4016a02177c4a68d1b2a9d743a96b18522 /src/Text/Pandoc/Writers/TEI.hs | |
parent | 38bd4162fefb35a33c22dd939a594262fbdc8a46 (diff) | |
download | pandoc-a7a0b452a5f3ac3e1897c1f56758731f82a12f2f.tar.gz |
Docx Reader: Get rid of Modifiable typeclass.
The docx reader used to use a Modifiable typeclass to combine both
Blocks and Inlines. But all the work was in the inlines. So most of the
generality was wasted, at the expense of making the code harder to
understand. This gets rid of the generality, and adds functions for
Blocks and Inlines. It should be a bit easier to work with going forward.
Diffstat (limited to 'src/Text/Pandoc/Writers/TEI.hs')
0 files changed, 0 insertions, 0 deletions