package core
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Industrial strength alternative to OCaml's standard library
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.16.2.tar.gz
md5=bcac85c0ec5795ccabf1dccf0968ecd9
sha512=2e68556773549e0bf302c8733c9fc57df3c0fd73a1b547dc17097f74c5b5482c816ef89853b437e49452da7c124ef32a8a0de0dff64d71145b2ab11befbe5bb2
doc/core.univ_map/Univ_map/Merge/index.html
Module Univ_map.MergeSource
Parameters
module Input1_data : Datamodule Input2_data : Datamodule Output_data : DataSignature
Source
type f = {f : 'a. key:'a Key.t -> [ `Left of 'a Input1_data.t | `Right of 'a Input2_data.t | `Both of 'a Input1_data.t * 'a Input2_data.t ] -> 'a Output_data.t Base.option;
}Source
val merge :
Make(Key)(Input1_data).t ->
Make(Key)(Input2_data).t ->
f:f ->
Make(Key)(Output_data).tThe analogue of the normal Map.merge function.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page