package olmi
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include OlmiInterfaces.COMMON
val return : 'a -> 'a t
Place a value in a minimal monadic context
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)"
>