You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
withTempFile:: (MonadIOm, MonadMaskm) =>FilePath--^ Parent directory to create the file in->String--^ File name template-> (FilePath->Handle->ma) --^ Callback that can use the file->ma
withTmpFile
, which is a very useful function.withTmpDir
should be able to create tmp dir under a specific location, likemktempdir
does in Turtle.Any particular reason for not having these?
The text was updated successfully, but these errors were encountered: