-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
let
destructuring of records
#118
Comments
We've been explaining patterns entirely with |
The record pattern matching section already explains it as
I think it would be nice to add a code example showcasing it in this section or one might be left wondering what "using the let keyword" means here |
let
restructuring of recordslet
destructuring of records
Do you have thoughts on my point above? |
I'm not really sure 😬 |
Okie! Let's just add an example for records for now and worry about that later |
I couldn't find it anywhere I think the tour is never showing how one could destructure a record like this:
The text was updated successfully, but these errors were encountered: