Module Async_extended__Process.Output

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