summaryrefslogtreecommitdiff
path: root/DSL/Types.hs
diff options
context:
space:
mode:
authorMatthew Hall <hallmatthew314@gmail.com>2023-02-23 23:05:54 +1300
committerMatthew Hall <hallmatthew314@gmail.com>2023-02-23 23:05:54 +1300
commit1c2e8f59960c18b5e5794fba214a3f0906fb074d (patch)
tree0c1d1a421ad50b5d704d512a328e13aa693deefa /DSL/Types.hs
parent06692c8e1754ac8d5d671160b839723e3610fcf1 (diff)
Parsing overhaul (slightly better errors)
Diffstat (limited to 'DSL/Types.hs')
-rw-r--r--DSL/Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DSL/Types.hs b/DSL/Types.hs
index aa1fb22..bcbe7a6 100644
--- a/DSL/Types.hs
+++ b/DSL/Types.hs
@@ -1,6 +1,6 @@
module DSL.Types where
-import Data.Map.Strict (Map(..))
+import Data.Map.Strict (Map)
import DSL.BaseParsers (Parser(..))