Compiler.JustRun

This commit is contained in:
crumbtoo
2023-12-29 14:20:53 -07:00
parent b941347f82
commit 1dc695f640
3 changed files with 47 additions and 1 deletions

View File

@@ -100,7 +100,6 @@ evalRLPCIO o m = do
-- TODO: errors
Left e -> throwIO e
Right a -> pure a
data RLPCOptions = RLPCOptions
{ _rlpcLogFile :: Maybe FilePath