Closed ageron closed 3 months ago
@ageron could you sign your commit please? The CONTRIBUTING.md doc tells us how to do that for existing commits.
Sure, will do that. 👍
Done, commits are now signed and github marked them as verified. I did the same for my other PRs.
This PR updates the documentation to clarify how to chain functions that return a
Result
.?
operator) in theroc-for-elm-programmers.md
page, at the start of the backpassing section (since backpassing will be replaced, IIUC). The note links to #6828.Result
-chaining example in the tutorial, as well as a note that some syntax sugar for this is coming.