Frama-C API - Abstract_structure
module type Config = sig ... endmodule type Structure = sig ... endmodule type Disjunction = sig ... endmodule Disjunction (M : Abstract_memory.ProtoMemory) (S : Structure with type submemory = M.t) : Disjunction with type submemory = M.t and type structure = S.t