Skip to content

STR020

STR020 — dataflow type mismatch in pipeline

SubsystemStreams
Severityerror

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:

Terminal window
q64 explain STR020