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
next_step
returns the next step in a sequence's construction. It is like next
, but it also allows observing Skip
steps.
val delayed_fold_step :
'a t ->
init:'s ->
f:( 's -> 'a option -> k:( 's -> 'r ) -> 'r ) ->
finish:( 's -> 'r ) ->
'r
delayed_fold_step
is liked delayed_fold
, but f
takes an option where None
represents a Skip
step.
ON THIS PAGE
No table of contents