package ocaml-base-compiler
Official release 4.08.0
Install
Dune Dependency
Authors
Maintainers
Sources
4.08.0.tar.gz
sha256=c8ff78d010cb037ac6d6729e40ebdbee109218899007ef23a20b8f459ac186d6
md5=42ed24e9a7c0e3998cab7d5e7c9f7618
doc/ocamlcommon/Misc/Stdlib/List/index.html
Module Stdlib.List
The lexicographic order supported by the provided order. There is no constraint on the relative lengths of the lists.
Returns true
iff the given lists have the same length and content with respect to the given equality function.
val find_map : ('a -> 'b option) -> 'a t -> 'b option
find_map f l
returns the first evaluation of f
that returns Some
, or returns None if there is no such element.
If all elements of the given list are Some _
then Some xs
is returned with the xs
being the contents of those Some
s, with order preserved. Otherwise return None
.
let r1, r2 = map2_prefix f l1 l2
If l1
is of length n and l2 = h2 @ t2
with h2 of length n, r1 is List.map2 f l1 h1
and r2 is t2.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>