package speed

  1. Overview
  2. Docs
type test_outcome =
  1. | Success
  2. | Failure
  3. | FailureWithFormat of Format.formatter -> unit
module type EXAMPLE_RUNNER = sig ... end
module SyncRunner : sig ... end
module LwtRunner : sig ... end
OCaml

Innovation. Community. Security.