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
val msg : Logs.level -> 'a log
See Logs.msg
.
val debug : 'a log
See Logs.debug
.
val kmsg :
?over:(unit -> unit) ->
(unit -> 'b Lwt.t) ->
Logs.level ->
('a, 'b Lwt.t) Logs.msgf ->
'b Lwt.t
See Logs.kmsg
.
Logging value Error
s
val on_error :
?level:Logs.level ->
?header:string ->
?tags:Logs.Tag.set ->
pp:(Format.formatter -> 'b -> unit) ->
use:('b -> 'a Lwt.t) ->
('a, 'b) result Lwt.t ->
'a Lwt.t
See Logs.on_error
.
val on_error_msg :
?level:Logs.level ->
?header:string ->
?tags:Logs.Tag.set ->
use:(unit -> 'a Lwt.t) ->
('a, [ `Msg of string ]) result Lwt.t ->
'a Lwt.t
See Logs.on_error_msg
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page