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 read_chan : in_channel -> (string, [> `One ]) t
Read the content of the whole channel in (blocking), returning the corresponding string. The channel will be read at most once during execution, and its content cached; however the channel might never get read because evaluation is lazy.
val read_file : string -> (string, [> `One ]) t
Read a whole file (given by name) and return its content as a string
concat sep q
joins all the strings in q
together, similar to String.concat sep (run_list q)
basically.
val out : out_channel -> (string, _) t -> unit
val out_lines : out_channel -> (string, _) t -> unit
Evaluate the query and print it line by line on the output
Run methods
val to_file_exn : string -> (string, _) t -> unit
val to_file_lines_exn : string -> (string, _) t -> unit
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page