Copyright | 2003 David Roundy |
---|---|
License | GPL |
Maintainer | darcs-devel@darcs.net |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
withoutNonBlock :: IO a -> IO a Source #
data ExecException Source #
Instances
Exception ExecException Source # | |
Defined in Darcs.Util.Exec | |
Show ExecException Source # | |
Defined in Darcs.Util.Exec showsPrec :: Int -> ExecException -> ShowS # show :: ExecException -> String # showList :: [ExecException] -> ShowS # |