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.
1 parent 2cd9f0b commit 4aebf07Copy full SHA for 4aebf07
src/goblint_lib.ml
@@ -455,6 +455,7 @@ module SparseVector = SparseVector
455
module ListMatrix = ListMatrix
456
module RatOps = RatOps
457
458
+module RelationCil = RelationCil
459
module SharedFunctions = SharedFunctions
460
module GobApron = GobApron
461
src/util/relationCil.ml
@@ -1,3 +1,5 @@
1
+(** CIL utilities for relational analyses. *)
2
+
3
open GoblintCil
4
5
module type Tracked =
0 commit comments