package olmi
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Provide a complete interface for Monad plus
include INTERFACE
include BASIC_INTERFACE
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.
val keep_if : ('a -> bool) -> 'a -> 'a t
list >>= keep_if predicat
returns a list containing all values who's respecting the gived predicat.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>