This commit is contained in:
2024-09-24 22:38:52 +02:00
parent 6ebc3f5e3a
commit 67bfa01b67
4 changed files with 14 additions and 0 deletions

View File

@@ -18,6 +18,9 @@ evalFunctionIO f x = case (f, x) of
(SaveFile, Tuple (String _, String _)) ->
pure $ Empty
(MakeDir, String _) ->
pure $ Empty
(RunPandoc, Tuple (String _, String _)) ->
pure $ Empty