Translators.EqConstrSysFromDemandConstrSys
Translate a DemandConstrSys
into a EqConstrSys
module S : ConstrSys.DemandEqConstrSys
type v = S.v
type d = S.d
module Var = S.Var
Variables must be hashable, comparable, etc.
module Dom = S.Dom
Values must form a lattice.
val sys_change : (v -> d) -> v ConstrSys.sys_change_info
Compute incremental constraint system change from old solution.