Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
This module provides functions to translate errors into strings.
Synopsis
- showExtractionErr :: ExtractionErr -> String
- showErr :: Err -> String
- showPath :: Path -> String
Documentation
showExtractionErr :: ExtractionErr -> String Source #
Converts an extraction error to a multi line string message.
Paths are shown according to showPath
.