« Return to Thread: Library defined literals

Re: Library defined literals

by Arrgh :: Rate this Message:

Reply to Author | View in Thread

Ray Racine wrote:
> Interesting if some of Scala's reserved symbols were legally aliasable
> with their equivalent unicode character.
Yes, that would be interesting indeed. :)

def f(n: ⇒ Int) = for (x ← 1 to n) yield Map(x → ("*" * x))

-0xe1a

 « Return to Thread: Library defined literals