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
Expressions and values
and e_desc =
| EInt of int
| EFloat of float
| EChar of char
| EBool of bool
| EEnum of string
| EVar of string
| EBinop of string * t * t
(*e1 op e2
*)| ECond of t * t * t
(*e1 ? e2 : e3
*)| EFapp of string * t list
(*f(arg1,...,argn)
*)| EArrExt of t list
(*
*)e1,...,e2
| EArr of string * t
(*t
*)i
when t is an array| EBit of string * t
(*t
*)i
when t is an int| EBitrange of string * t * t
(*t
*)hi:lo
when t is an int| ERecord of string * string
(*v.name when v is a record
*)| ECast of t * Type_expr.t
Builders
val mk_var : string -> t
val mk_record : Types.name -> (string * Types.typ * value) list -> value
val mk_int : int -> value
val mk_float : float -> value
val mk_char : char -> value
val mk_bool : bool -> value
val unset_event : value
val set_event : value
Accessors
Manipulators
Printers
val string_of_expr : e_desc -> string
val to_string : t -> string
val string_of_val : e_val -> string
val string_of_value : value -> string
val string_of_opt_value : value option -> string
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page