STR020
STR020 — dataflow type mismatch in pipeline
| Subsystem | Streams |
| Severity | error |
A stage was given the wrong dataflow type — e.g. an Event<T> where a Signal<T> is expected (or vice-versa). Events are pointwise; signals are continuous. Convert explicitly (hold, sample) or fix the stage’s input type. See spec/streams.md §“Why three types instead of one”.
From your terminal:
q64 explain STR020