package caqti

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Additions to the List module.

val fold : ('a -> 'b -> 'b) -> 'a list -> 'b -> 'b
val iteri_r : (int -> 'a -> (unit, 'e) Stdlib.result) -> 'a list -> (unit, 'e) Stdlib.result