package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Splits a EqConstrSys solution into a GlobConstrSys solution with given Hashtbl.S for the EqConstrSys.

Parameters

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

Signature

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