package alba
Alba compiler
Install
Dune Dependency
Authors
Maintainers
Sources
0.4.1.tar.gz
sha256=439b1dce07c86e914d1ebf1712c5581418314b0c8d13594f27a698b1d25fe272
md5=5cf58d4ed4eacbe6f330e9d2378ef5c6
doc/alba.fmlib/Fmlib/Module_types/index.html
Module Fmlib.Module_types
Common module types like ANY, SORTABLE, ...
module type ANY = sig ... end
Can be any type.
module type SORTABLE = sig ... end
A sortable type is a type with a comparison function.
module type FUNCTOR = sig ... end
A functor is an abstract container which is mappable
module type APPLICATIVE = sig ... end
An 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 ... end
A monad is an applicative functor with a bind >>=
operator.
module type READABLE = sig ... end
Readable structure
module type WRITABLE = sig ... end
Writable structure
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>