Sparse Φ.seq

The Φ.seq object should have more than one object inside.

Incorrect:

# App.
[] > app
  QQ.seq > @
    *
      true

Correct:

# App.
[] > app
  QQ.seq > @
    *
      42
      true

Published on Tue Mar 31 07:20:30 UTC 2026.