summaryrefslogtreecommitdiff
path: root/src/Script/Expr.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-05-23 10:18:14 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2026-05-23 10:18:14 +0200
commitf57ff5611c28e42df9e419da3c9af166cd4c3570 (patch)
tree0cd5850570b093cb0b20fd4074d4b802c502d426 /src/Script/Expr.hs
parent29a9f747993663bf24877ceaa8cd2f3a03e9a538 (diff)
Evaluate test tag expressions
Diffstat (limited to 'src/Script/Expr.hs')
-rw-r--r--src/Script/Expr.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Script/Expr.hs b/src/Script/Expr.hs
index bff363c..09b7c80 100644
--- a/src/Script/Expr.hs
+++ b/src/Script/Expr.hs
@@ -4,6 +4,7 @@ module Script.Expr (
MonadEval(..), VariableDictionary, GlobalDefs,
lookupVar, tryLookupVar, withVar, withTypedVar,
eval, evalSome, evalSomeWith,
+ runSimpleEval,
FunctionType, DynamicType,
ExprType(..), SomeExpr(..),