package ocaml-basics

  1. Overview
  2. Docs

Module type Foldable.S2

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