package seqes
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Monadic traversors over Stdlib.Seq
.
This Make
functor produces functions to traverse Stdlib.Seq
sequences, when the function provided by the user is within a monad.
The Make
functor does not export a new type: it only exports traversors for the existing type exported by the Stdlib. If you need tighter integration between your monad and the sequence, checkout Seqes.Monadic
.
The buld of the documentation is located in the Seqes
.Sigs1 module. Familiarity with the Stdlib.Seq
module is also assumed.
Parameters
module Mon : sig ... end
Signature
See Stdlib.Seq.iter
See Stdlib.Seq.iteri
See Stdlib.Seq.find
See Stdlib.Seq.iter2
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page