System.Process.TypeDmc
newtype Cwd Source #
current working dir
Constructors
Defined in System.Process.TypeDmc
Methods
showsPrec :: Int -> Cwd -> ShowS #
show :: Cwd -> String #
showList :: [Cwd] -> ShowS #
newtype Cmd a Source #
cmd or file
fmap :: (a -> b) -> Cmd a -> Cmd b #
(<$) :: a -> Cmd b -> Cmd a #
showsPrec :: Int -> Cmd a -> ShowS #
show :: Cmd a -> String #
showList :: [Cmd a] -> ShowS #
newtype Arg a Source #
arg to executable
fmap :: (a -> b) -> Arg a -> Arg b #
(<$) :: a -> Arg b -> Arg a #
showsPrec :: Int -> Arg a -> ShowS #
show :: Arg a -> String #
showList :: [Arg a] -> ShowS #
newtype Stdout Source #
stdout output
showsPrec :: Int -> Stdout -> ShowS #
show :: Stdout -> String #
showList :: [Stdout] -> ShowS #
newtype Stderr Source #
stderr output
showsPrec :: Int -> Stderr -> ShowS #
show :: Stderr -> String #
showList :: [Stderr] -> ShowS #