To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
package batteries
-
batteries
-
batteriesThread
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Monadic operations on Enumerations containing monadic elements
This module will let you use sequence and fold_monad functions over enumerations.
Parameters
module Mon : BatInterfaces.Monad
Signature
type 'a m = 'a Mon.m
Type of the monadic elements.
sequence e
evaluates each monadic elements (of type 'a m
) contained in the enumeration e
to get a monadic enumeration of 'a
elements, of type 'a BatEnum.t m
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page