AccessDomain.Event
include module type of struct include Printable.StdLeaf end
Default dummy definitions for leaf types: primitive and CIL types, which don't contain inner types that require relifting.
include module type of struct include Printable.Std end
Default dummy definitions.
Include as the first thing to avoid these overriding actual definitions.
type t = {
var_opt : CilType.Varinfo.t option;
Access varinfo (unknown if None).
*)offs_opt : CilType.Offset.t option;
Access offset (unknown if None).
*)kind : AccessKind.t;
}
val hash : t -> int
val pretty : unit -> t -> GoblintCil.Pretty.doc