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 = Basetype.Variables and module D = S.D and module G = S.G
module LH : Prelude.Hashtbl.S with type key = Sys.LVar.t
module GH : Prelude.Hashtbl.S with type key = Sys.GVar.t

Signature

module PP : sig ... end
val compare_globals : S.G.t GH.t -> S.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 * S.G.t GH.t) -> (S.D.t LH.t * S.G.t GH.t) -> unit