module Make3: functor (T : Basic3) -> S3 with type 'a t := 'a T.t and type ('u, 'v, 'a) f := ('u, 'v, 'a) T.f
functor (
T
:
Basic3
) ->
S3
with type 'a t := 'a T.t and type ('u, 'v, 'a) f := ('u, 'v, 'a) T.f
include Traversable.Basic3
val sequence : ('a, 'b, 'c) f t -> ('a, 'b, 'c t) f
('a, 'b, 'c) f t -> ('a, 'b, 'c t) f
val sequence_ : ('a, 'b, 'c) f t -> ('a, 'b, unit) f
('a, 'b, 'c) f t -> ('a, 'b, unit) f