package hardcaml_verify

  1. Overview
  2. Docs
type t =
  1. | Tautology
  2. | Exists_counter_example of Counter_example_trace.t
val sexp_of_t : t -> Sexplib0.Sexp.t