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