module type S : sig ... endtree of (trace, access path) associations organized by structure of access paths
module type Config : sig ... endmodule DefaultConfig : Configmodule Make : functor (TraceDomain : AbstractDomain.WithBottom) -> functor (Config : Config) -> S with module TraceDomain = TraceDomain