AccessDomain.Eventinclude module type of struct include Printable.StdLeaf endtype 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 equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval hash : t -> intval pretty : unit -> t -> GoblintCil.Pretty.docinclude sig ... endval show : t -> stringval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> [> `String of string ]