Module Async_extended.Process.Output

type 'a t = {
stdout : 'a;
stderr : 'a;
}