package alba
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Alba compiler
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.4.2.tar.gz
sha256=203ee151ce793a977b2d3e66f8b3a0cd7a82cc7f15550c63d88cb30c71eb5f95
md5=64367c393f80ca784f88d07155da4fb0
doc/alba.fmlib/Fmlib/Module_types/index.html
Module Fmlib.Module_types
Common module types like ANY, SORTABLE, ...
module type ANY = sig ... endCan be any type.
module type SORTABLE = sig ... endA sortable type is a type with a comparison function.
module type FUNCTOR = sig ... endA functor is an abstract container which is mappable
module type APPLICATIVE = sig ... endAn applicative functor is an abstract container which is mapable and if it has functions in it the functios can be applied.
module type MONAD = sig ... endA monad is an applicative functor with a bind >>= operator.
module type READABLE = sig ... endReadable structure
module type WRITABLE = sig ... endWritable structure
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>