package ocaml-base-compiler
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Official release 4.10.2
Install
dune-project
Dependency
Authors
Maintainers
Sources
4.10.2.tar.gz
sha256=7aa26e0d70f36f0338df92cf5aaeb2704f3443bfe910a3d02a5dca9162f1d866
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)"
>