package hardcaml_step_testbench

  1. Overview
  2. Docs
type ('a, 'o) t = {
  1. output : 'o;
  2. result : 'a;
}
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> ('o -> Sexplib0.Sexp.t) -> ('a, 'o) t -> Sexplib0.Sexp.t