module Shell:Bare alias forsig
..end
Shell
module.type([< `Input | `No_input ], [< `No_output | `Output ], [< `Error | `No_error ])
command =([< `Input | `No_input ] as 'a, [< `No_output | `Output ] as 'b,
[< `Error | `No_error ] as 'c)
Shell.command
typeconfiguration =
Shell.configuration
= {
|
pipe : |
|
redirect_output : |
|
redirect_append_output : |
|
redirect_error : |
|
redirect_append_error : |
include Shell