Goblint_lib.GobAproninclude module type of struct include Apron endmodule Scalar : sig ... endmodule Coeff : sig ... endmodule Var : sig ... endmodule Linexpr0 : sig ... endmodule Linexpr1 : sig ... endmodule Lincons1 : sig ... endmodule Lincons1Set : sig ... endmodule Texpr1 : sig ... endmodule Tcons1 : sig ... endmodule Environment : sig ... endA few code elements for environment changes from functions as remove_vars etc. have been moved to sharedFunctions as they are needed in a similar way inside affineEqualityDomain. A module that includes various methods used by variable handling operations such as add_vars, remove_vars etc. in apronDomain and affineEqualityDomain.