Module ConstrSys.GlobConstrSolFromEqConstrSol

Splits a EqConstrSys solution into a GlobConstrSys solution.

Parameters

module S : GlobConstrSys
module LH : Batteries.Hashtbl.S with type key = S.LVar.t
module GH : Batteries.Hashtbl.S with type key = S.GVar.t

Signature

module S2 : sig ... end
module VH : sig ... end
include sig ... end
val split_solution : [< `Bot | `Lifted1 of 'a & 'b | `Lifted2 of S.D.t & 'c | `Top ] VH.t -> S.D.t LH.t * 'd GH.t