Access.A
include module type of struct include Printable.Std end
Default dummy definitions.
Include as the first thing to avoid these overriding actual definitions.
val tag : 'a -> 'b
val arbitrary : unit -> 'a
type t = {
conf : int;
kind : AccessKind.t;
node : Node.t;
exp : CilType.Exp.t;
acc : MCPAccess.A.t;
}
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : t -> int
val name : unit -> string
val pretty : unit -> t -> GoblintCil.Pretty.doc
include sig ... end
val show : t -> string
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> [> `String of string ]
val relift : t -> t