package jenga

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. stdout : string;
  2. stderr : string;
  3. outcome : [ `success | `error of string ];
  4. duration : Core.Time.Span.t;
}