Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Darcs.Repository.ApplyPatches
Synopsis
- runTolerantly :: TolerantWrapper TolerantIO a -> IO a
- runSilently :: TolerantWrapper SilentIO a -> IO a
- data DefaultIO a
- runDefault :: DefaultIO a -> IO a
Documentation
runTolerantly :: TolerantWrapper TolerantIO a -> IO a Source #
Apply patches, emitting warnings if there are any IO errors
runSilently :: TolerantWrapper SilentIO a -> IO a Source #
Apply patches, ignoring all errors
Instances
runDefault :: DefaultIO a -> IO a Source #
The default mode of applying patches: fail if the directory is not as we expect