Added a type signature
This commit is contained in:
parent
1bdf23c697
commit
49502b9a02
1 changed files with 2 additions and 1 deletions
|
@ -1439,7 +1439,8 @@ convertWithOpts opts args = do
|
|||
mapM_ (warn . ("Ignoring: " ++)) xs
|
||||
liftIO $ B.readFile x
|
||||
|
||||
let runIO' f = do
|
||||
let runIO' :: PandocIO a -> IO a
|
||||
runIO' f = do
|
||||
(res, warnings) <- runIOorExplode $ do
|
||||
x <- f
|
||||
ws <- getWarnings
|
||||
|
|
Loading…
Add table
Reference in a new issue