Access.Ainclude module type of struct include Printable.Std endtype group = Printable.Std.group = |val show_group : group -> 'atype t = int * AccessKind.t * Node.t * CilType.Exp.t * MCPAccess.A.tval equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval hash : t -> intval pretty :
unit ->
(int * AccessKind.t * Node.t * CilType.Exp.t * MCPAccess.A.t) ->
GoblintCil.Pretty.docinclude sig ... endval show : t -> stringval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> [> `String of string ]