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/Option/index.html
Module Fmlib.Option
Option Monad
Optional values
include Module_types.MONAD with type 'a t = 'a option
val return : 'a -> 'a treturn a makes a monadic container containing the value a.
m >>= f extracts the value a from the monadic container m and returns f a.
f >=> g composition of the two monadic functions f and g.
f >=> g is equivalent to fun a -> f a >>= g.
map f m maps the values in the monadic container m with the function f.
val to_list : 'a t -> 'a listval use : 'a t -> 'b -> ('a -> 'b) -> 'bval fold : 'z -> ('a -> 'z) -> 'a t -> 'zval has : 'a t -> boolval value : 'a t -> 'aval of_bool : bool -> unit tval iter : ('a -> unit) -> 'a t -> unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>