package goblint

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

Parameters

module S : Analyses.Spec
module Sys : Analyses.GlobConstrSys with module LVar = Analyses.VarF(S.C) and module GVar = Analyses.GVarF(S.V) and module D = S.D and module G = Analyses.GVarG(S.G)(S.C)

Signature

module G = Sys.G
module PP : sig ... end
val compare_globals : G.t GH.t -> G.t GH.t -> unit
val compare_locals : S.D.t PP.t -> S.D.t PP.t -> unit
val compare_locals_ctx : S.D.t LH.t -> S.D.t LH.t -> unit
val compare : (string * string) -> (S.D.t LH.t * G.t GH.t) -> (S.D.t LH.t * G.t GH.t) -> unit