package ppx_test

  1. Overview
  2. Docs

Test result

type t = {
  1. time : float;
    (*

    seconds used (not implemented yet)

    *)
  2. result : [ `Error of Error.t | `Ok of unit ];
}