Joseph Ferano 387ceb7a2e Fold the constant folder over as many operands as the checker does
defconst's folder matched a call of exactly two arguments, so once
arithmetic went n-ary a length written (* 2 3 4) type-checked as an
expression and was then refused as "not a compile-time integer
constant" -- a form that looks constant, is constant, and was told it
was not. Same left fold, same operators, and % stays at two because it
does in the checker.
2026-09-12 09:11:13 +07:00
..
2026-09-10 14:40:34 +07:00
2026-09-10 14:40:34 +07:00
2026-09-10 18:55:55 +07:00