packages feed

typst-0.1.0.0: test/typ/compiler/ops-invalid-25.typ

// Error: 2:3-2:8 cannot apply 'not' to string
#let x = "Hey"
#(not x = "a")