Skip to content

Size Limited By Name Parameters #22

@wheaties

Description

@wheaties

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 = //...

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions