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