Core_via_fold_right.Req
type ('a, 'index) t
The type held by the Indexable Foldable.
Indexable Foldable
val fold_right : ('a -> 'b -> 'b) -> ('a, 'index) t -> 'b -> 'b
Same of List.fold_right for Foldable.
List
Foldable