We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a49c81 + 2d30aa2 commit 857cb51Copy full SHA for 857cb51
src/state/gvGoblint.ml
@@ -70,13 +70,13 @@ module Make
70
val increment : Analyses.increment_data option
71
end) : Sig = struct
72
module A = Control.AnalyzeCFG (Cfg) (Spec) (Inc)
73
- module EQSys = A.EQSys
+ module EQSys = A.SpecSys.EQSys
74
module LVar = EQSys.LVar
75
module LSpec = Spec.D
76
- module LHT = A.LHT
+ module LHT = A.SpecSys.LHT
77
module GVar = EQSys.GVar
78
module GSpec = Spec.G
79
- module GHT = A.GHT
+ module GHT = A.SpecSys.GHT
80
81
type t = Spec.D.t LHT.t * Spec.G.t GHT.t
82
0 commit comments