package hardcaml_step_testbench

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val init : int -> f:(int -> 'a t) -> 'a list t

Construct a list of step monad results. The binds occurs from 0, 1, ... which is the same as Deferred.List.init but opposite to Base.List.init.

val iter : 'a list -> f:('a -> unit t) -> unit t
val iteri : 'a list -> f:(int -> 'a -> unit t) -> unit t
val iter2_exn : 'a list -> 'b list -> f:('a -> 'b -> unit t) -> unit t
val map : 'a list -> f:('a -> 'b t) -> 'b list t
val mapi : 'a list -> f:(int -> 'a -> 'b t) -> 'b list t
OCaml

Innovation. Community. Security.