package olmi
Olmi provide functor to generate monadic combinators with a minimal interface
Install
Dune Dependency
Authors
Maintainers
Sources
olmi.tar.gz
sha256=8013f3d4d6d22b191499a8f379003cee78940b8d0c327782bb597f9fb9ad42b4
md5=3e9903afbd15ca7a0f060f03d65317aa
doc/olmi/OlmiInterfaces/module-type-BASIC_INTERFACE/index.html
Module type OlmiInterfaces.BASIC_INTERFACE
Source
Describe a conjunction between join and bin. This module could be used by OmlMonad.Make.Base to generate a BASIC_INTERFACE Module, for example.
The join function is the conventional monad join operator. It is used to remove one level of monadic structure, projecting its bound argument into the outer level.
Sequentially compose two actions, passing any value produced by the first as an argument to the second.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>