To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
type 'a t =
| Nop
| Seq of 'a t * 'a t
| Concat of 'a t * 'a t list
| Box of int * 'a t
| Vbox of int * 'a t
| Hbox of 'a t
| Hvbox of int * 'a t
| Hovbox of int * 'a t
| Verbatim of string
| Char of char
| Break of string * int * string * string * int * string
| Newline
| Text of string
| Tag of 'a * 'a t
Stable representation useful for serialization