package ocaml-solo5-cross-aarch64
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OCaml cross-compiler to the freestanding 64-bit ARM Solo5 backend
Install
dune-project
Dependency
Authors
Maintainers
Sources
v1.2.1.tar.gz
sha512=025daaee41582c5a13b9731c7a55d2874134c6df130dd7f1f372e78474f6da6cb939ae4baa90c83f7c8d2fddfa34e585475332bd860f795fb7a065c0feb6b5cb
doc/compiler-libs.optcomp/Flambda/With_free_variables/index.html
Module Flambda.With_free_variables
A module for the manipulation of terms where the recomputation of free variable sets is to be kept to a minimum.
Takes the time required to calculate the free variables of the given term (proportional to the size of the term, except that the calculation for Let is O(1)).
val create_let_reusing_defining_expr : Variable.t -> named t -> expr -> exprTakes the time required to calculate the free variables of the given expr.
val create_let_reusing_body : Variable.t -> named -> expr t -> exprTakes the time required to calculate the free variables of the given named.
val contents : 'a t -> 'aval free_variables : _ t -> Variable.Set.tO(1) time.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>