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 async
-
async
-
-
async.lock_file_async
-
async.log_extended
-
async.unpack_sequence
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Deferred iterators
In the following, the default how
is `Sequential
val init :
?how:Async_kernel.Monad_sequence.how ->
int ->
f:(int -> 'a t) ->
'a t t
val iter :
?how:Async_kernel.Monad_sequence.how ->
'a t ->
f:('a -> unit t) ->
unit t
val iteri :
?how:Async_kernel.Monad_sequence.how ->
'a t ->
f:(int -> 'a -> unit t) ->
unit t
val map :
?how:Async_kernel.Monad_sequence.how ->
'a t ->
f:('a -> 'b t) ->
'b t t
val mapi :
?how:Async_kernel.Monad_sequence.how ->
'a t ->
f:(int -> 'a -> 'b t) ->
'b t t
val filter :
?how:Async_kernel.Monad_sequence.how ->
'a t ->
f:('a -> bool t) ->
'a t t
val filteri :
?how:Async_kernel.Monad_sequence.how ->
'a t ->
f:(int -> 'a -> bool t) ->
'a t t
val filter_map :
?how:Async_kernel.Monad_sequence.how ->
'a t ->
f:('a -> 'b option t) ->
'b t t
val filter_mapi :
?how:Async_kernel.Monad_sequence.how ->
'a t ->
f:(int -> 'a -> 'b option t) ->
'b t t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page