goblint_constraint.ml1 2 3 4 5 6 7 8 9 10 11 12 13 14 15(** (Side-effecting) constraint systems. *) (** {1 Specification} *) module ConstrSys = ConstrSys module SolverTypes = SolverTypes (** {2 Utilities} *) module Translators = Translators (** {1 Results} *) module VarQuery = VarQuery