STR051
STR051 — pre() on Event<T>
| Subsystem | Streams |
| Severity | error |
Event<T> is pointwise and has no previous-tick value, so .pre() (the one-tick feedback delay) doesn’t apply. pre() is for Signal<T> feedback cycles. See spec/streams.md §“pre() for feedback cycles”.
From your terminal:
q64 explain STR051