goblint.lib
PrecCompareUtil
goblint.sites
goblint_sites_dune
goblint_sites_js
module type LocalizedPrintable = sig ... end
A printable, where each element is related to one location. Multiple elements might be related to the same location.
type 'a dump_gen = {
name : string;
marshalled : 'a;
}
type 'a result_gen = {
results : 'a;
module type R = sig ... end
module type S = sig ... end
module Util (Key : LocalizedPrintable) (Dom : Lattice.S) : R with module Key = Key and module Dom = Dom