TwoTails icon indicating copy to clipboard operation
TwoTails copied to clipboard

Size Limited By Name Parameters

Open wheaties opened this issue 9 years ago • 0 comments

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 avatar Mar 12 '17 14:03 wheaties