Safe Haskell | Safe-Inferred |
---|
- withTempDirectory :: (MonadIO m, MonadBaseControl IO m) => FilePath -> String -> (FilePath -> m a) -> m a
Documentation
:: (MonadIO m, MonadBaseControl IO m) | |
=> FilePath | Temp directory to create the directory in |
-> String | Directory name template. See |
-> (FilePath -> m a) | Callback that can use the directory |
-> m a |
Adapted from withTempDirectory
to work in MonadIO instances.