packages feed

typst-0.1.0.0: test/typ/compiler/closure-11.typ

// Too many arguments.
#{
  let f(x) = x + 1

  // Error: 8-13 unexpected argument
  f(1, "two", () => x)
}