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
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Parameters
module M : Core_kernel.Monad
Signature
val init :
?how:Core_lwt_container_intf.how ->
int ->
f:(int -> 'a M.t) ->
'a list M.t
default how
is `Sequential
val iter :
?how:Core_lwt_container_intf.how ->
'a list ->
f:('a -> unit M.t) ->
unit M.t
val iteri :
?how:Core_lwt_container_intf.how ->
'a list ->
f:(int -> 'a -> unit M.t) ->
unit M.t
val map :
?how:Core_lwt_container_intf.how ->
'a list ->
f:('a -> 'b M.t) ->
'b list M.t
val filter :
?how:Core_lwt_container_intf.how ->
'a list ->
f:('a -> bool M.t) ->
'a list M.t
val filter_map :
?how:Core_lwt_container_intf.how ->
'a list ->
f:('a -> 'b option M.t) ->
'b list M.t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page