You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed "yield" looks like it's merely "pure" but the documentation doesn't describe what any difference is. If they're the same then the documentation should only discuss the use of "pure" but if they're different then the documentation for "yield" should explain the relationship and differences vs "pure"
The text was updated successfully, but these errors were encountered:
On Sun, Aug 26, 2018, 5:54 PM code5hot ***@***.***> wrote:
I noticed "yield" looks like it's merely "pure" but the documentation
doesn't describe what any difference is. If they're the same then the
documentation should only discuss the use of "pure" but if they're
different then the documentation for "yield" should explain the
relationship and differences vs "pure"
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#63>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ABzi_S9Op0Qs_lat1Bgr-XuUzvougHsDks5uUxkQgaJpZM4WM9nO>
.
so check out the case in my text for that eventuality... there should be a
discussion of the relationship... some doc improvement like " yield
replaces the value of the stream with that given while pure replaces the
value in the accumulation. they fulfil the same roles but for the two
different dimensions of a streaming computation"
On Sun, 26 Aug 2018, 23:16 David Feuer, ***@***.***> wrote:
They are very different indeed, and have incompatible types!
On Sun, Aug 26, 2018, 5:54 PM code5hot ***@***.***> wrote:
> I noticed "yield" looks like it's merely "pure" but the documentation
> doesn't describe what any difference is. If they're the same then the
> documentation should only discuss the use of "pure" but if they're
> different then the documentation for "yield" should explain the
> relationship and differences vs "pure"
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#63>, or mute the
> thread
> <
https://github.com/notifications/unsubscribe-auth/ABzi_S9Op0Qs_lat1Bgr-XuUzvougHsDks5uUxkQgaJpZM4WM9nO
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#63 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AfPM5cyZNSRE7cYlBRr8DBPTAzomOKrpks5uUx4vgaJpZM4WM9nO>
.
I noticed "yield" looks like it's merely "pure" but the documentation doesn't describe what any difference is. If they're the same then the documentation should only discuss the use of "pure" but if they're different then the documentation for "yield" should explain the relationship and differences vs "pure"
The text was updated successfully, but these errors were encountered: