Up

Module Make_map_function_with_init (S : Map_function_with_init_spec) : Map_function with type Param.t = S.Param.t and type Input.t = S.Input.t and type Output.t = S.Output.t

Parameters

Signature

module Param : Core.Std.Binable with type t = S.Param.t
module Input : Core.Std.Binable with type t = S.Input.t
module Output : Core.Std.Binable with type t = S.Output.t
module Worker : Worker with type param_type = Param.t and type run_input_type = Input.t and type run_output_type = Output.t