package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | True
  2. | False of Specification.t option
  3. | Unknown
val to_bool : t -> bool
val to_string : t -> string