-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Validated type section is not present in Chapter 6 #223
Comments
It looks like the section on |
Good spot! We replaced that section with one on `Parallel`. You can accumulate errors directly using `Either` without switching to `Validated` using that type class. You tend to get simpler code compared to switching back and forth between `Either` and `Validated`.
…--- original message ---
On November 30, 2022 at 3:05 PM GMT ***@***.*** wrote:
It looks like the section on Validated may have been (accidentally?) removed during this commit.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
--- end of original message ---
|
Thanks for the clarification. Just to note that the Case Study on Validation seems to assume pre-knowledge of the |
Yes, I think we'd eventually like to rewrite all of that content. |
In the generated book there are references in Chapter 4 for the
Validated
type that will be introduced in Chapter 6, and it is also mentioned in the Chapter 6 summary.However, the section for
Validated
seems to be omitted from the book.I can see the source page here however : https://github.com/scalawithcats/scala-with-cats/blob/develop/src/pages/applicatives/validated.md
The text was updated successfully, but these errors were encountered: