package goblint

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

Splits a EqConstrSys solution into a GlobConstrSys solution.

Parameters

module LH : Prelude.Hashtbl.S with type key = S.LVar.t
module GH : Prelude.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 * 'b GH.t