To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type ctyp =
| CT_lint
| CT_fint of int
| CT_constant of Nat_big_num.num
| CT_lbits of bool
| CT_sbits of int * bool
| CT_fbits of int * bool
| CT_unit
| CT_bool
| CT_bit
| CT_string
| CT_real
| CT_tup of ctyp list
| CT_enum of Ast.id * Ast.id list
| CT_struct of Ast.id * ((Ast.id * ctyp list) * ctyp) list
| CT_variant of Ast.id * ((Ast.id * ctyp list) * ctyp) list
| CT_fvector of int * bool * ctyp
| CT_vector of bool * ctyp
| CT_list of ctyp
| CT_ref of ctyp
| CT_poly
type cval =
| V_id of name * ctyp
| V_lit of Value2.vl * ctyp
| V_struct of ((Ast.id * ctyp list) * cval) list * ctyp
| V_ctor_kind of cval * Ast.id * ctyp list * ctyp
| V_ctor_unwrap of Ast.id * cval * ctyp list * ctyp
| V_tuple_member of cval * int * int
| V_call of op * cval list
| V_field of cval * Ast.id * ctyp list
| V_poly of cval * ctyp
type iannot = int * Parse_ast.l
type instr_aux =
| I_decl of ctyp * name
| I_init of ctyp * name * cval
| I_jump of cval * string
| I_goto of string
| I_label of string
| I_funcall of clexp * bool * Ast.id * ctyp list * cval list
| I_copy of clexp * cval
| I_clear of ctyp * name
| I_undefined of ctyp
| I_match_failure
| I_end of name
| I_if of cval * instr list * instr list * ctyp
| I_block of instr list
| I_try_block of instr list
| I_throw of cval
| I_comment of string
| I_raw of string
| I_return of cval
| I_reset of ctyp * name
| I_reinit of ctyp * name * cval
type cdef =
| CDEF_reg_dec of Ast.id * ctyp * instr list
| CDEF_type of ctype_def
| CDEF_let of int * (Ast.id * ctyp) list * instr list
| CDEF_spec of Ast.id * string option * ctyp list * ctyp
| CDEF_fundef of Ast.id * Ast.id option * Ast.id list * instr list
| CDEF_startup of Ast.id * instr list
| CDEF_finish of Ast.id * instr list
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>