Change RunPandoc to be more file-centric
Šī revīzija ir iekļauta:
		@@ -110,5 +110,5 @@ convertImage = runFunctionIO ConvertImage
 | 
			
		||||
saveFile :: Token (String, FilePath) -> DepGenM ()
 | 
			
		||||
saveFile = runFunctionIO SaveFile
 | 
			
		||||
 | 
			
		||||
runPandoc :: Token String -> DepGenM String
 | 
			
		||||
runPandoc :: Token (FilePath, FilePath) -> DepGenM ()
 | 
			
		||||
runPandoc = runFunctionIO RunPandoc
 | 
			
		||||
 
 | 
			
		||||
@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Atsaukties uz šo jaunā problēmā
	
	Block a user