package ocaml-solo5
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OCaml cross-compiler to the freestanding Solo5 backend
Install
dune-project
Dependency
Authors
Maintainers
Sources
v1.3.3.tar.gz
md5=47876167068345542f49279e8fd28896
sha512=272081ec51a6ed69c08e4e8fa64fee3df53fd84c66c0c07a653891c88b342cf74553e1c95711e4fbc18922c899a3448a649f3bd9858f8d89cae834ad2b67fffb
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)"
>