DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / compiler / recursion-03.typ
12345
// Test capturing with unnamed function. #let f = 10 #let f = () => f #test(type(f()), "integer")