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 Sep 12 07:14:07 UTC 2025.