package links
include module type of Stdlib.List
module Seq : sig ... end
This is the lazy evaluated sequence module for OCaml 4.06 compatability. The signatures and comments are based on the standard OCaml library.
Like zip
, but in the case of length mismatch it zips as many elements as possible and then ends.
val to_seq : 'a list -> 'a Seq.t
Turn a list into a lazily evaluated sequence. This is for ocaml 4.06 compatibility.
Create a tuple using the elements of two lists. Requires lists to be of equal length or fail.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>