Goblint_lib.WitnessGhost
Ghost variables for YAML witnesses.
module Var : sig ... end
Ghost variables for YAML witnesses.
module Map : sig ... end
include module type of struct include Map end
type t = Var.t
type marshal = RichVarinfo.BiVarinfoMap.Make(Var).marshal
val to_varinfo : t -> GoblintCil.varinfo
val unmarshal : marshal option -> unit
val marshal : unit -> marshal
val bindings : unit -> (t * GoblintCil.varinfo) list
val from_varinfo : GoblintCil.varinfo -> t option
val describe_varinfo : GoblintCil.varinfo -> t -> string
val variable' : {t}1 -> YamlWitnessType.GhostInstrumentation.Variable.t
val update' :
{t}1 ->
CilType.Exp.t ->
YamlWitnessType.GhostInstrumentation.Update.t
val location_update' :
node:Node.t ->
updates:Goblint_lib__YamlWitnessType.GhostInstrumentation.Update.t list ->
YamlWitnessType.GhostInstrumentation.LocationUpdate.t
val instrumentation_entry :
task:Goblint_lib__YamlWitnessType.Task.t ->
variables:Goblint_lib__YamlWitnessType.GhostInstrumentation.Variable.t list ->
location_updates:
Goblint_lib__YamlWitnessType.GhostInstrumentation.LocationUpdate.t list ->
YamlWitnessType.Entry.t