sig
  type t = {
    stdin : Pervasives.out_channel;
    stdout : Pervasives.in_channel;
    stderr : Pervasives.in_channel;
  }
end