Added a type signature

This commit is contained in:
John MacFarlane 2016-12-10 11:16:39 +01:00
parent 1bdf23c697
commit 49502b9a02

View file

@ -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