package goblint

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

Parameters

module LHT : BatHashtbl.S with type key = EQSys.LVar.t
module GHT : BatHashtbl.S with type key = EQSys.GVar.t

Signature

module NH : sig ... end
module WitnessInvariant : sig ... end
module FMap : sig ... end
module FCMap : sig ... end
module Query : sig ... end
type con_inv = {
  1. node : Node.t;
  2. context : Spec.C.t;
  3. invariant : Invariant.t;
  4. state : Spec.D.t;
}
val join_contexts : Spec.D.t LHT.t -> Spec.D.t NH.t
val write : Spec.D.t LHT.t -> EQSys.G.t GHT.t -> unit