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

Type inference for lambda expressions #14

Closed
objeck opened this issue Aug 16, 2019 · 1 comment
Closed

Type inference for lambda expressions #14

objeck opened this issue Aug 16, 2019 · 1 comment

Comments

@objeck
Copy link
Owner

objeck commented Aug 16, 2019

For example:
map->Each(\^(k, v) => "{$k}: {$v}"->PrintLine());

Will be supported in next release 5.1.7 or 5.2.0. Initial implementation completed however more unit testing required.

@objeck
Copy link
Owner Author

objeck commented Aug 30, 2019

fixed in 5.1.8

@objeck objeck closed this as completed Aug 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant