packages feed

typst-0.1.0.0: test/typ/compiler/ops-prec-01.typ

// Assignment binds stronger than boolean operations.
// Error: 2:3-2:8 cannot mutate a temporary value
#let x = false
#(not x = "a")