aboutsummaryrefslogtreecommitdiff
path: root/Parser.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-02-13 20:13:32 +0100
committerTom Smeding <tom@tomsmeding.com>2024-02-13 20:13:32 +0100
commit4eaad85056c7cbea2ece4ac3867dec1f7403ac33 (patch)
tree457489f0bf22c67a16274ff2f0555e2c95ebec11 /Parser.hs
parentd585e22a91d786614e7b96ac71f1b3eb3469f78c (diff)
Up base bounds
Diffstat (limited to 'Parser.hs')
-rw-r--r--Parser.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Parser.hs b/Parser.hs
index fd5adcb..27f4f59 100644
--- a/Parser.hs
+++ b/Parser.hs
@@ -7,6 +7,7 @@
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE RankNTypes #-}
+{-# LANGUAGE TypeOperators #-}
module Parser (
parse,
printErrMsg,