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 read the new version of Rx.Net v6.0 and it was great to understand deeply the concept behind Rx.
I noted a few light mistakes and I think it can be corrected quickly :
page 235 - AppendixD:Rx’sAlgebraicUnderpinnings - code example
this.downstreamSubscriber.OnCompleted(x); -> this.downstreamSubscriber.OnError(x)
page 235 - AppendixD:Rx’sAlgebraicUnderpinnings - missing word
These theoretical ideas and concept? were incorporated into the Haskell programming language
page 238 - Monadic law 2: Return is a ‘left-identity’ for SelectMany
change left-identity for right-identity
Thank you again for the great quality book!
The text was updated successfully, but these errors were encountered:
Hi,
I read the new version of Rx.Net v6.0 and it was great to understand deeply the concept behind Rx.
I noted a few light mistakes and I think it can be corrected quickly :
page 235 - AppendixD:Rx’sAlgebraicUnderpinnings - code example
this.downstreamSubscriber.OnCompleted(x); -> this.downstreamSubscriber.OnError(x)
page 235 - AppendixD:Rx’sAlgebraicUnderpinnings - missing word
These theoretical ideas and concept? were incorporated into the Haskell programming language
page 238 - Monadic law 2: Return is a ‘left-identity’ for SelectMany
change left-identity for right-identity
Thank you again for the great quality book!
The text was updated successfully, but these errors were encountered: