package ocaml-base-compiler
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Official release 4.13.1
Install
dune-project
Dependency
Authors
Maintainers
Sources
4.13.1.tar.gz
sha256=194c7988cc1fd1c64f53f32f2f7551e5309e44d914d6efc7e2e4d002296aeac4
doc/ocamloptcomp/Closure_conversion_aux/Env/index.html
Module Closure_conversion_aux.Env
Used to remember which Variable.t values correspond to which Ident.t values during closure conversion, and similarly for static exception identifiers.
val empty : tval add_var : t -> Ident.t -> Variable.t -> tval add_vars : t -> Ident.t list -> Variable.t list -> tval find_var : t -> Ident.t -> Variable.tval find_var_exn : t -> Ident.t -> Variable.tval add_mutable_var : t -> Ident.t -> Mutable_variable.t -> tval find_mutable_var_exn : t -> Ident.t -> Mutable_variable.tval add_static_exception : t -> int -> Static_exception.t -> tval find_static_exception : t -> int -> Static_exception.tval at_toplevel : t -> bool sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>