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

Wildcard pattern in records #2

Closed
Marwes opened this issue Aug 6, 2015 · 0 comments
Closed

Wildcard pattern in records #2

Marwes opened this issue Aug 6, 2015 · 0 comments

Comments

@Marwes
Copy link
Member

Marwes commented Aug 6, 2015

As let bindings also serve as an import mechanic it would be nice if record patterns allowed for unpacking all fields avoiding the need to explicitly list every field.

Example

//Experimental syntax
let { * } = prelude.num_Int in 1 + 2 * 3  - 4
@Marwes Marwes added this to the 0.1 milestone Jan 2, 2016
@Marwes Marwes removed this from the 0.1 milestone Mar 16, 2016
@Marwes Marwes closed this as completed Oct 11, 2017
bors bot pushed a commit that referenced this issue May 4, 2019
Import Lazy explicitly in std.lazyt
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