packages feed

typst-0.1.0.0: test/typ/compiler/recursion-03.typ

// Test capturing with unnamed function.
#let f = 10
#let f = () => f
#test(type(f()), "integer")