| Safe Haskell | Safe-Inferred |
|---|
Language.Haskell.Modules.Util.Temp
- withTempDirectory :: (MonadIO m, MonadBaseControl IO m) => FilePath -> String -> (FilePath -> m a) -> m a
Documentation
Arguments
| :: (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.