base
Full standard library replacement for OCaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package base
-
base
-
-
base.base_internalhash_types
-
base.caml
-
base.md5
-
base.shadow_stdlib
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library base
module type S1 = sig ... end
Generic definitions of foldi
and iteri
in terms of fold
.
E.g., iteri ~fold t ~f = ignore (fold t ~init:0 ~f:(fun i x -> f i x; i + 1))
.
Generic definitions of indexed container operations in terms of foldi
.
Generic definitions of indexed container operations in terms of iteri
.
ON THIS PAGE
No table of contents