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