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
Typing
type tenv = {
te_vars : (string * Types.typ) list;
te_ctors : (string * Types.typ) list;
te_rfields : (string * Types.typ) list;
te_defns : (string * Types.typ) list;
te_prims : (string * Types.typ_scheme) list;
}
val builtin_tenv : tenv
Exceptions
exception Illegal_cast of Expr.t
what, where, type, type
exception Invalid_record_access of Expr.t
Typing
val type_of_type_expr : tenv -> Type_expr.t -> Types.typ
type_expression env te
returns the type represented by type expression te
in environment env
type_expression env e
returns the type of expression e
in environment env
, performing all required type checks.
val type_check_stim : tenv -> string -> Types.typ -> Global.stim_desc -> unit
type_stimuli env id ty sd
type checks an input stimuli description sd
against type ty
type_fsm_model env m
type checks an FSM model in environment env
type_fsm_inst env f
type checks an FSM instance f
in environment env
.
Printers
val dump_tenv : out_channel -> tenv -> unit
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page