include module type of struct include Printable.Std end
val arbitrary : unit -> 'a
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val name : unit -> string
val pretty : unit -> t -> GoblintCil.Pretty.doc
include sig ... end
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> [> `String of string ]