summaryrefslogtreecommitdiff
path: root/src/Parser/Statement.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-02-27 13:28:22 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2025-02-27 13:28:22 +0100
commit461a67cf2e6bea76dd7ad3e1636b68d061002e0d (patch)
tree9a6c99487d4cde2cc4cd2dbb684b0c53e747674b /src/Parser/Statement.hs
parent2dc5e5ead7bc3eb908f528e9dea3a6fb8ccb6a93 (diff)
Move ExprType to its own module
Diffstat (limited to 'src/Parser/Statement.hs')
-rw-r--r--src/Parser/Statement.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Parser/Statement.hs b/src/Parser/Statement.hs
index 7765b12..97ae4fc 100644
--- a/src/Parser/Statement.hs
+++ b/src/Parser/Statement.hs
@@ -22,6 +22,7 @@ import Network (Network, Node)
import Parser.Core
import Parser.Expr
import Process (Process)
+import Script.Expr.Class
import Test
import Util