diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-05-23 10:18:14 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-05-23 10:18:14 +0200 |
| commit | f57ff5611c28e42df9e419da3c9af166cd4c3570 (patch) | |
| tree | 0cd5850570b093cb0b20fd4074d4b802c502d426 /src/Script | |
| parent | 29a9f747993663bf24877ceaa8cd2f3a03e9a538 (diff) | |
Evaluate test tag expressions
Diffstat (limited to 'src/Script')
| -rw-r--r-- | src/Script/Expr.hs | 1 |
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(..), |