pandoc/src/Text
Jesse Rosenthal 23c5b0d0f1 Implement Errors in PandocMonad
Errors can be thrown purely with `throwError`. At the moment there are
only three kinds of errors:

1. PandocFileReadError FilePath (for problems reading a file from the
filesystem)

2. PandocShouldNeverHappenError String (for stuff that should never
happen but we need to pattern-match anyway)

3. PandocSomeError String (a grab bag of everything else)

Of course, we need to subdivide the third item in this list.
2017-01-25 17:07:39 +01:00
..
Pandoc Implement Errors in PandocMonad 2017-01-25 17:07:39 +01:00
Pandoc.hs Convert all writers to use PandocMonad. 2017-01-25 17:07:39 +01:00