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 Shtream : AnyShtream.S
Signature
type 'a elem = 'a Shtream.elem
type initial = Shtream.initial
type 'a shtream = 'a Shtream.t
type 'a coshtream = 'a Shtream.co_t
type procref = Channel.procref
val from_gen : Channel.dup_in_source -> ('i -> text) t
val to_file : ?clobber:Channel.clobber_spec -> string -> ('i elem -> 'o) t
val to_gen : Channel.dup_out_source -> ('i elem -> 'o) t
val sed : ('i -> 'o) -> ('i -> 'o) t
val grep : ('i -> bool) -> ('i -> 'i) t
val (/</) : (text -> 'o) t -> Channel.dup_spec -> (text -> 'o) t
val redirect_in : Channel.dup_spec -> (text -> 'o) t -> (text -> 'o) t
val (/>/) : ('i -> 'o elem) t -> Channel.dup_spec -> ('i -> 'o elem) t
val redirect_out : Channel.dup_spec -> ('i -> 'o elem) t -> ('i -> 'o elem) t
val (^>>=) : ('i -> 'o) t -> (Proc.status -> ('i -> 'o) t) -> ('i -> 'o) t
val seq : ('i -> 'o) t -> (Proc.status -> ('i -> 'o) t) -> ('i -> 'o) t
val yield : Proc.status -> ('i -> 'o) t
val run_in : ?procref:procref -> (text -> 'o elem) t -> in_channel
val run_out : ?procref:procref -> (text -> 'o elem) t -> out_channel
val run : (text -> 'o elem) t -> Proc.status
val string_of_elem : 'a elem -> string
val elem_of_string : string -> text
val int_of_elem : 'a elem -> int
val elem_of_int : int -> text
val char_of_elem : 'a elem -> char
val elem_of_char : char -> text
val float_of_elem : 'a elem -> float
val elem_of_float : float -> text
val bool_of_elem : 'a elem -> bool
val elem_of_bool : bool -> text
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page