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
The type for source specific logging functions.
Log functions
val app : 'a log
app
is msg App
.
val err : 'a log
err
is msg Error
.
val warn : 'a log
warn
is msg Warning
.
val info : 'a log
info
is msg Info
.
val debug : 'a log
debug
is msg Debug
.
Logging result
value Error
s
val on_error :
?level:level ->
?header:string ->
?tags:Tag.set ->
pp:(Format.formatter -> 'b -> unit) ->
use:('b -> 'a) ->
('a, 'b) Pervasives.result ->
'a
See Logs.on_error
.
val on_error_msg :
?level:level ->
?header:string ->
?tags:Tag.set ->
use:(unit -> 'a) ->
('a, [ `Msg of string ]) Pervasives.result ->
'a
See Logs.on_error_msg
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page