diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/src/Thermoprint/Printout/BBCode.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/src/Thermoprint/Printout/BBCode.hs b/spec/src/Thermoprint/Printout/BBCode.hs index 7f09623..fa9d892 100644 --- a/spec/src/Thermoprint/Printout/BBCode.hs +++ b/spec/src/Thermoprint/Printout/BBCode.hs | |||
@@ -49,7 +49,7 @@ morph' :: Raw.BBCodeError -> BBCodeError | |||
49 | morph' (Raw.LexerError x) = LexerError x | 49 | morph' (Raw.LexerError x) = LexerError x |
50 | morph' (Raw.TreeError x) = TreeError x | 50 | morph' (Raw.TreeError x) = TreeError x |
51 | 51 | ||
52 | -- ^ An error ocurred while parsing the DOM-Forest (`['DomTree']`) | 52 | -- | An error ocurred while parsing the DOM-Forest (`['DomTree']`) |
53 | data SemanticError = BlockInLineContext -- ^ A 'Block' structure was encountered when a 'Line' was expected | 53 | data SemanticError = BlockInLineContext -- ^ A 'Block' structure was encountered when a 'Line' was expected |
54 | | LineInBlockContext -- ^ A 'Line' structure was encountered when a 'Block' was expected | 54 | | LineInBlockContext -- ^ A 'Line' structure was encountered when a 'Block' was expected |
55 | | UnmappedBlockElement Text -- ^ We encountered an 'Element' that, in a 'Block' context, does not map to any structure | 55 | | UnmappedBlockElement Text -- ^ We encountered an 'Element' that, in a 'Block' context, does not map to any structure |