darcs-2.10.0: a distributed, interactive, smart revision control system

Safe HaskellNone
LanguageHaskell2010

Darcs.Repository.ApplyPatches

Synopsis

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

runDefault :: DefaultIO a -> IO a Source

The default mode of applying patches: fail if the directory is not as we expect