diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-09-11 03:04:36 +0000 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-09-17 00:08:37 +0000 |
commit | a8ac8412e35347769da7c8667d485fbce325af3b (patch) | |
tree | 3b18217489d4380d3d5581c57fb136b734adade5 /hsm-repl | |
parent | 89aab732dc3d484b99c0761728285bca6f6b1ba0 (diff) |
Adds `hsm-drive`
Diffstat (limited to 'hsm-repl')
-rw-r--r-- | hsm-repl/Test/Repl.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hsm-repl/Test/Repl.hs b/hsm-repl/Test/Repl.hs index 7d1431c..bd79a1e 100644 --- a/hsm-repl/Test/Repl.hs +++ b/hsm-repl/Test/Repl.hs @@ -5,4 +5,4 @@ import Hsm.Log (Severity (Trace), runLog) import Hsm.Repl (repl, runRepl) main :: IO () -main = whileJust_ repl return & runRepl @"exec-repl λ " @'["Prelude"] @[Bool] & runLog @"repl" Trace & runEff +main = whileJust_ repl return & runRepl @"test-repl λ " @'["Prelude"] @[Bool] & runLog @"repl" Trace & runEff |