Module Splay_tree.Splay_tree0_intf
module type Key = sig ... endmodule type Data = sig ... endtype ('k, 'd, 'a) reduction_operation = (module Reduction_operation with type accum = 'a and type data = 'd and type key = 'k)
module type S = sig ... end