module type S = sig .. end
sig
end
include Traversable.Basic
val sequence : 'a f t -> 'a t f
'a f t -> 'a t f
val sequence_ : 'a f t -> unit f
'a f t -> unit f