DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / compiler / closure-11.typ
12345678
// Too many arguments. #{ let f(x) = x + 1 // Error: 8-13 unexpected argument f(1, "two", () => x) }