package awsm-codegen

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Process.OutputSource

Sourcetype t = {
  1. exit_status : Core_unix.Exit_or_signal.t;
  2. stdout : string;
  3. stderr : string;
}