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

Size Limited By Name Parameters #22

Open
wheaties opened this issue Mar 12, 2017 · 0 comments
Open

Size Limited By Name Parameters #22

wheaties opened this issue Mar 12, 2017 · 0 comments
Assignees
Milestone

Comments

@wheaties
Copy link
Owner

Currently only the constant memory styled transformation supports by-name parameters. The following will fail to compile:

@mutualrec def foo(f: => Int): Int = //...
@mutualrec def bar(x: => Int): Int = //...
@wheaties wheaties added the bug label Mar 12, 2017
@wheaties wheaties added this to the 0.4.0 milestone Mar 12, 2017
@wheaties wheaties self-assigned this Mar 12, 2017
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