From 1c2e8f59960c18b5e5794fba214a3f0906fb074d Mon Sep 17 00:00:00 2001 From: Matthew Hall Date: Thu, 23 Feb 2023 23:05:54 +1300 Subject: Parsing overhaul (slightly better errors) --- DSL/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DSL/Types.hs') 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(..)) -- cgit v1.2.1