DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / compiler / closure-08.typ
1234567891011
// Parameter bindings. #{ let x = 5 let g() = { let f(x, y: x) = x + y f } test(g()(8), 13) }