package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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