Module Kappa_generic_toolset.SetMap
module type OrderedType = sig ... end- type ('parameters, 'error, 'a) with_log_wrap- = ('parameters -> 'error -> string -> string option -> exn -> 'error) -> 'parameters -> 'error -> 'a
module type Set = sig ... endmodule type Map = sig ... endmodule type S = sig ... endmodule type Projection = sig ... endmodule Proj : functor (A : S) -> functor (B : S) -> Projection with type elt_a = A.elt and type elt_b = B.elt and type 'a map_a = 'a A.Map.t and type 'a map_b = 'a B.Map.tmodule type Projection2 = sig ... end