From 461a67cf2e6bea76dd7ad3e1636b68d061002e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Thu, 27 Feb 2025 13:28:22 +0100 Subject: Move ExprType to its own module --- src/Parser/Expr.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Parser/Expr.hs') diff --git a/src/Parser/Expr.hs b/src/Parser/Expr.hs index 9966d6f..da137af 100644 --- a/src/Parser/Expr.hs +++ b/src/Parser/Expr.hs @@ -39,6 +39,7 @@ import Text.Regex.TDFA qualified as RE import Text.Regex.TDFA.Text qualified as RE import Parser.Core +import Script.Expr.Class import Test reservedWords :: [ Text ] -- cgit v1.2.3