From bad32a12573bf14968746ea9ad0f6c4f20b50cf1 Mon Sep 17 00:00:00 2001 From: Matthew Hall Date: Wed, 22 Feb 2023 22:23:35 +1300 Subject: Re-work program structure, MAIN entrypoint + only PROC definitions --- DSL.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DSL.hs') diff --git a/DSL.hs b/DSL.hs index 23f8f4d..54efb28 100644 --- a/DSL.hs +++ b/DSL.hs @@ -1,6 +1,6 @@ module DSL where -import DSL.BaseParsers (parse) +import DSL.BaseParsers (parse) -- for testing import DSL.Parsing import DSL.Interpretation -- cgit v1.2.1