aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Helper.hs
diff options
context:
space:
mode:
authorMarvin Borner2022-06-18 01:33:20 +0200
committerMarvin Borner2022-06-18 01:33:20 +0200
commit326fbb6544cce5c1f85b5b2fecae5767dbd9fa32 (patch)
treebdc4302cdf4f02c9b9c04ad54ab4a6626d5868c4 /src/Helper.hs
parent3a8e9afd461cf648fc6904df64eb76a3a95eeb99 (diff)
Switched to Megaparsec
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