// Stream.Stream<{ _tag: "a"; value: number; } | { _tag: "b"; value: string; }> const res = mergeStruct({ a: Stream.make(0), b: Stream.make(""), });
© 2026 Hedgehog Software, LLC