package alba
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Alba compiler
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.4.3.tar.gz
sha256=062f33c55ef39706c4290dff67d5a00bf009051fd757f9352be527f629ae21fc
md5=eb4edc4d6b7e15b83d6397bd34994153
doc/alba.fmlib/Fmlib/Common/Interval/index.html
Module Common.Interval
find p start beyond returns i with start <= i < beyond and p i or i = beyond if no index in the interval satisfies the predicate p.
exist p start beyond
Is there an index i satisfying p i within start <= i < beyond?
forall p start beyond
Do all indices i within start <= i < beyond satisfy p i?
fold a f start beyond starts with value a and folds the function f over the interval start..beyond.
fold a f start beyond =
f (beyond - 1) (... (f (start+1) (f start a))) module Monadic (M : Module_types.MONAD) : sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>