package traverse

  1. Overview
  2. Docs
type (!'a, !'a_t, !'f, !'result, !'is_empty) t = ('a, 'a_t, 'f, 'result, 'is_empty) UnaryArity(Stdcompat.Lazy).t =
  1. | O : ('a0, 'a_t0, 'a0, 'a_t0, [ `Empty ]) t
  2. | S : ('a1, 'a_t1, 'f0, 'result0, 'b) t -> ('a1, 'a_t1, 'x -> 'f0, 'x Stdcompat.Lazy.t -> 'result0, [ `Not_empty ]) t