package hardcaml_step_testbench

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

Module Make.ArraySource

Sourceval init : int -> f:(int -> 'a t) -> 'a array t
Sourceval iter : 'a array -> f:('a -> unit t) -> unit t
Sourceval iteri : 'a array -> f:(int -> 'a -> unit t) -> unit t
Sourceval map : 'a array -> f:('a -> 'b t) -> 'b array t
OCaml

Innovation. Community. Security.