DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / compiler / closure-04.typ
12345678910
// Redefined variable. #{ let x = 1 let f() = { let x = x + 2 x } test(f(), 3) }