Sparse decoration

Sparse decoration of the base object is prohibited.

Incorrect:

[] > decorates-five
  five > @

Correct:

[] > decorates-app
  if > @
    true
    5
    five
[free] > decorates-with-free-args
  five > @

Also, it’s possible to have sparse decoration in tests:

# This is my unit test.
[] > runs-analysis
  assert > @
    foo.eq 42

Published on Fri Sep 12 07:14:06 UTC 2025.