Analyses.DefaultSpec
Relatively safe default implementations of some boring Spec functions.
module G = Lattice.Unit
module V = EmptyV
module P = UnitP
val vdecl : ('a, 'b, 'c, 'd) ctx -> 'e -> 'f
val asm : ('a, 'b, 'c, 'd) ctx -> 'e
val skip : ('a, 'b, 'c, 'd) ctx -> 'e
val query : 'b -> 'a Queries.t -> 'a0
val event : ('a, 'b, 'c, 'd) ctx -> 'e -> 'f -> 'g
val sync : ('a, 'b, 'c, 'd) ctx -> 'e -> 'f
val paths_as_set : ('a, 'b, 'c, 'd) ctx -> 'e list
module A = UnitA