SymbLocksDomain.Expinclude module type of struct include CilType.Exp endinclude Printable.S with type t = GoblintCil.exptype t = GoblintCil.expval hash : t -> intval show : t -> stringval pretty : unit -> t -> Printable.Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> Yojson.Safe.tval tag : t -> intUnique ID, given by HConsed, for context identification in witness
val arbitrary : unit -> t QCheck.arbitraryval contains_var : CilType.Varinfo.t -> GoblintCil.exp -> boolval replace_base :
(GoblintCil.varinfo * Offset.Exp.t) ->
GoblintCil.exp ->
GoblintCil.exp ->
GoblintCil.exp