Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Book Erratum Rx.Net v6.0 #2184

Open
jfferland opened this issue Jan 15, 2025 · 0 comments
Open

Book Erratum Rx.Net v6.0 #2184

jfferland opened this issue Jan 15, 2025 · 0 comments

Comments

@jfferland
Copy link

jfferland commented Jan 15, 2025

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 :

  1. page 235 - AppendixD:Rx’sAlgebraicUnderpinnings - code example
    this.downstreamSubscriber.OnCompleted(x); -> this.downstreamSubscriber.OnError(x)

  2. page 235 - AppendixD:Rx’sAlgebraicUnderpinnings - missing word
    These theoretical ideas and concept? were incorporated into the Haskell programming language

  3. 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant