Unused void attr
Declared void attributes must be used inside the formation.
Incorrect:
# Foo.
[x] > foo
42 > bar
Correct:
# Foo.
[x] > foo
x > bar
Unused void attributes are allowed only if there are atoms in the object:
# Foo.
[x] > foo
[] > bar ?
Or formation itself is the atom:
# Foo.
[x] > foo ?
Published on Fri Oct 10 22:54:10 UTC 2025.