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 ... end
module type Map = sig ... end
module type S = sig ... end
module type Projection = sig ... end
module 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.t
module type Projection2 = sig ... end