DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / compiler / closure-05.typ
12345678910
// Import bindings. #{ let b = "module.typ" let f() = { import b: b b } test(f(), 1) }