aboutsummaryrefslogtreecommitdiff
path: root/src/Error/Pretty.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Error/Pretty.hs')
-rw-r--r--src/Error/Pretty.hs9
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 @@
1module Error.Pretty ( 1module Error.Pretty ( showError
2 showError 2 , Options (..)
3 , Options (..) 3 , defaults
4 , defaults 4 ) where
5 ) where
6 5
7import Data.List (intercalate, nub) 6import Data.List (intercalate, nub)
8import Error.Base (LispError (..)) 7import Error.Base (LispError (..))