Change RunPandoc to be more file-centric
This commit is contained in:
@@ -18,8 +18,8 @@ evalFunctionIO f x = case (f, x) of
|
||||
(SaveFile, Tuple (String _, String _)) ->
|
||||
pure $ Empty
|
||||
|
||||
(RunPandoc, String _) ->
|
||||
pure $ String undefined
|
||||
(RunPandoc, Tuple (String _, String _)) ->
|
||||
pure $ Empty
|
||||
|
||||
_ ->
|
||||
error "unexpected combination of function and argument type"
|
||||
|
||||
Reference in New Issue
Block a user