Problem Statement
When curious about how to deal with a Seq[A < Sync], one is currently lost, because there's no foreach or similar for Sync. It turns out that method exists in Kyo, which a beginner won't even think to look into.
Proposed Solution
Export relevant methods like these to Sync and other relevant effects to simplify their discoverability.
Alternative Solutions
Mention the capabilities of the Kyo object specifically in the documentation.
Current Workaround
No response
Additional Context
No response
Problem Statement
When curious about how to deal with a
Seq[A < Sync], one is currently lost, because there's noforeachor similar forSync. It turns out that method exists inKyo, which a beginner won't even think to look into.Proposed Solution
Export relevant methods like these to
Syncand other relevant effects to simplify their discoverability.Alternative Solutions
Mention the capabilities of the
Kyoobject specifically in the documentation.Current Workaround
No response
Additional Context
No response