This may not be it, but you can at least print out this list :)

http://jim-mcbeath.blogspot.com/2008/12/scala-operator-cheat-sheet.html

On Oct 24, 6:47 am, bob <rbpas...@gmail.com> wrote:
> >I'll repeat: there are no operators in scala
>
> s/operators/methods-with-operator-like-names/
>
> anywhere, here's a typical case:
>
> import some.library.package.foo._
>
> val a = bar 42
> val b = a ~!~ 3.14159
>
> you can't easily tell that bar is being imported via foo._ .
> what is bar's return type?
> what does ~!~ do?
>
> i'm not saying its not possible to track all this down, but you can't
> just print out a listing of a class and take it on the subway. you
> have to have access to the scaladocs and possibly even the sources.
>
> --b
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to