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

Support EEP37: Funs with names #325

Closed
nox opened this issue Sep 27, 2013 · 3 comments
Closed

Support EEP37: Funs with names #325

nox opened this issue Sep 27, 2013 · 3 comments

Comments

@nox
Copy link

nox commented Sep 27, 2013

R17 will probably include my implementation of EEP37 which allows expressions of the form:

fact() ->
    fun Fact(N) when N > 0 -> N * Fact(N - 1); Fact(0) -> 1 end

The IDE should be able to cope with these expressions.

@ignatov
Copy link
Owner

ignatov commented Sep 27, 2013

@nox OK, when you request will be merged, please rise that issue up.

@nox
Copy link
Author

nox commented Sep 27, 2013

Kenneth Lundin said on the mailing-list that it will. Why wait?

@ignatov
Copy link
Owner

ignatov commented Oct 22, 2013

@nox Enjoy since the 400 build.

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

2 participants