Translators.EqConstrSysFromGlobConstrSysSourceTranslate a DemandGlobConstrSys into a DemandEqConstrSys
module S : ConstrSys.DemandGlobConstrSysinclude ConstrSys.EqConstrSys
with type v = ConstrSys.Var2(S.LVar)(S.GVar).t
with type d = Lattice.Lift2(S.G)(S.D).t
with module Var = ConstrSys.Var2(S.LVar)(S.GVar)
with module Dom = Lattice.Lift2(S.G)(S.D)Variables must be hashable, comparable, etc.
Values must form a lattice.
Compute incremental constraint system change from old solution.