package fmlib
Functional monadic library
Install
Dune Dependency
Authors
Maintainers
Sources
0.2.0.tar.gz
sha256=d47f6539af49a4c3e947dbfbe416c1e78d534897cd6d9d8e3660aae0cf8d9494
md5=d649b8a62403362bd3a24cbf1a9af590
doc/fmlib.fmlib_std/Fmlib_std/List/Monadic/argument-1-M/index.html
Parameter Monadic.M
val return : 'a -> 'a t
return a
puts the elements a
into a monadic container.
m >> f
extracts elements of of the monadic container m
and applies the function f
to them which puts them back into a monadic container.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>