package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type var_state =
  1. | Top of Variable.t
  2. | Var of Variable.t
val get_globals : unit -> Variable.t list
val get_locals : thread_id -> Variable.t list
val add_top : thread_id -> Variable.t -> unit