We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a0cba commit ea01109Copy full SHA for ea01109
src/witness/yamlWitness.ml
@@ -7,9 +7,9 @@ module Make
7
(Cfg: MyCFG.CfgBidir)
8
(Spec : Spec)
9
(EQSys : GlobConstrSys with module LVar = VarF (Spec.C)
10
- and module GVar = GVarF (Spec.V)
11
- and module D = Spec.D
12
- and module G = Spec.G)
+ and module GVar = GVarF (Spec.V)
+ and module D = Spec.D
+ and module G = Spec.G)
13
(LHT : BatHashtbl.S with type key = EQSys.LVar.t)
14
(GHT : BatHashtbl.S with type key = EQSys.GVar.t) =
15
struct
0 commit comments