 | cautious-file-0.1.5: Ways to write a file cautiously, to reduce the chances of problems such as data loss due to crashes or power failures | Source code | Contents | Index |
|
|
|
Description |
It is recommended to write
import Prelude hiding (writeFile)
when importing this module.
|
|
Synopsis |
|
|
|
Documentation |
|
|
|
|
|
|
Backs up the old version of the file with backup. backup must not fail if there is no
old version of the file.
|
|
|
Backs up the old version of the file with backup. backup must not fail if there is no
old version of the file.
|
|
Produced by Haddock version 2.6.0 |