Skip to content

Commit b98271d

Browse files
authored
Merge pull request #473 from goblint/general-globals
Generalize global constraint variables to `module V: Printable.S` in each analysis
2 parents 1b44c8a + 3c9305f commit b98271d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+705
-658
lines changed

g2html

gobview

src/analyses/apron/apronAnalysis.apron.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ struct
1616
module D = ApronComponents (AD) (Priv.D)
1717
module G = Priv.G
1818
module C = D
19+
module V = Priv.V
1920

2021
open AD
22+
open (ApronDomain: (sig module V: (module type of ApronDomain.V) end)) (* open only V from ApronDomain (to shadow V of Spec), but don't open D (to not shadow D here) *)
2123

2224
open ApronPrecCompareUtil
2325
(* Result map used for comparison of results *)

0 commit comments

Comments
 (0)