Module Nusmv.Proof_result

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