You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2025. It is now read-only.
Meaning functions like
def f: Float => Floatcan be nested, but notdef f(value: Float): Float... for some reason lost to the mists of time.Current error is:
It is not permitted to nest named functions, however, you can declare nested anonymous functions.