package omtl

  1. Overview
  2. Docs
type t =
  1. | Pass of time
  2. | Fail of info * backtraces * callstack
and time = float
and info = string
and callstack = string
and backtraces = string
OCaml

Innovation. Community. Security.