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 X : sig ... end
Signature
val info :
?available_width:int ->
max_label:int ->
doc_of_test_name:(Alcotest_engine__.Model.Test_name.t -> string) ->
Alcotest_engine__.Model.Test_name.t Fmt.t
val event_line :
margins:int ->
max_label:int ->
doc_of_test_name:(Alcotest_engine__.Model.Test_name.t -> string) ->
[ `Result of
Alcotest_engine__.Model.Test_name.t
* [< Alcotest_engine__.Model.Run_result.t ]
| `Start of Alcotest_engine__.Model.Test_name.t ]
Fmt.t
val suite_results :
log_dir:(Format.formatter -> unit) ->
< verbose : bool ; show_errors : bool ; json : bool ; compact : bool.. > ->
result Fmt.t
Wraps a formatter with a Unicode box with width given by X.stdout_columns
. Uses box-drawing characters from code page 437.
val horizontal_rule : _ Fmt.t
Horizontal rule of length X.stdout_columns
. Uses box-drawing characters from code page 437.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page