package preface

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'index) t

The type held by the Indexable Foldable.

val fold_right : ('a -> 'b -> 'b) -> ('a, 'index) t -> 'b -> 'b

Same of List.fold_right for Foldable.

OCaml

Innovation. Community. Security.