Module Svcomp.Result

type t =
  1. | True
  2. | False of Specification.t option
  3. | Unknown
val to_string : t -> string