diff options
Diffstat (limited to 'src/Error/Pretty.hs')
-rw-r--r-- | src/Error/Pretty.hs | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/Error/Pretty.hs b/src/Error/Pretty.hs index 44601d6..a90131b 100644 --- a/src/Error/Pretty.hs +++ b/src/Error/Pretty.hs | |||
@@ -1,8 +1,7 @@ | |||
1 | module Error.Pretty ( | 1 | module Error.Pretty ( showError |
2 | showError | 2 | , Options (..) |
3 | , Options (..) | 3 | , defaults |
4 | , defaults | 4 | ) where |
5 | ) where | ||
6 | 5 | ||
7 | import Data.List (intercalate, nub) | 6 | import Data.List (intercalate, nub) |
8 | import Error.Base (LispError (..)) | 7 | import Error.Base (LispError (..)) |