
Pure source with no input port: emits a fixed deploy-time literal forever, re-sending the same value on every downstream demand. The configured value carries its own type tag, so it pins the output stream type t to a concrete type rather than leaving it free.
Tunable threshold compared against an upstream numeric stream.
Static label packed alongside dynamic fields into a record.
Default operand merged alongside a real signal stream.
t is fixed by the configured value's type tag, not inferred from the consumer; wiring it into a port that expects a different type is a mismatch, not a coercion.