package ocaml-basics

  1. Overview
  2. Docs

Module type Foldable.S1

type 'a t
val fold : ('a -> 'b -> 'a) -> 'a -> 'b t -> 'a