Module Svcomp.Specification

type t =
  1. | UnreachCall of string
  2. | NoDataRace
  3. | NoOverflow
val of_string : string -> t
val of_file : string -> t
val of_option : unit -> t
val to_string : t -> string