Some REPL niceties

This commit is contained in:
2026-06-22 17:26:21 -05:00
parent a4fcc1cb36
commit c6c1ef1fe1
3 changed files with 184 additions and 30 deletions

View File

@@ -77,13 +77,13 @@ allTestLibsEnv = unsafePerformIO $ do
tests :: TestTree
tests = testGroup "Tricu Tests"
[ lexer
--, parser
--, simpleEvaluation
--, lambdas
--, providedLibraries
--, maybeTests
--, fileEval
--, demos
, parser
, simpleEvaluation
, lambdas
, providedLibraries
, maybeTests
, fileEval
, demos
--, decoding
--, elimLambdaSingle
--, stressElimLambda
@@ -94,7 +94,7 @@ tests = testGroup "Tricu Tests"
--, binaryParserTests
--, httpParsingTests
--, contentStoreTests
, viewContractTests
--, viewContractTests
--, ioDriverTests
]