package core_kernel

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

Parameters

module Key : Key
module Input1_data : sig ... end
module Input2_data : sig ... end
module Output_data : sig ... end

Signature

type 's f = {
  1. f : 'a. key:'a Key.t -> [ `Left of ('s, 'a) Input1_data.t | `Right of ('s, 'a) Input2_data.t | `Both of ('s, 'a) Input1_data.t * ('s, 'a) Input2_data.t ] -> ('s, 'a) Output_data.t Base.Option.t;
}

The analogue of the normal Map.merge function.

OCaml

Innovation. Community. Security.