aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Helper.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Helper.hs')
-rw-r--r--src/Helper.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Helper.hs b/src/Helper.hs
index 60941be..0045bd1 100644
--- a/src/Helper.hs
+++ b/src/Helper.hs
@@ -1,7 +1,6 @@
module Helper where
import Control.Monad.State
-import Text.Parsec hiding ( State )
data Error = UndeclaredFunction String | DuplicateFunction String | InvalidIndex Int | FatalError String
instance Show Error where