Re: The Scala REPL output is confusing
Adriaan Moors <[email protected]> Tue, 01 Nov 2016 16:57:47 +0000
| Newsgroups | gmane.comp.lang.scala |
|---|---|
| Message-ID | <CA+cgcwaz+bcE0ue=9K+Gaga0ZyJEULRAxEuDaBXm4CNOXvyC8A@mail.gmail.com> |
--001a113eec1afa906205404039f5 Content-Type: text/plain; charset=UTF-8 Yes, a PR will be needed for the CI to verify your changes. We have some docs (https://github.com/scala/scala/blob/2.12.x/README.md, http://scala-lang.org/contribute/hacker-guide.html) to help you get started, and are always happy to help on https://gitter.im/scala/contributors! On Tue, Nov 1, 2016 at 9:41 AM Raphael Bosshard <[email protected]> wrote: > Excellent. I'll give it a shot and come back if I need help. Do I need to > create a PR for that? > > On Tue, Nov 1, 2016 at 10:47 AM, Heather Miller < > [email protected]> wrote: > > +1 to improving the REPL output such that it prints out the Scala method > definition. I'd love to see this. > (I've always wondered why the REPL output wasn't friendlier!) > > > > On Tue, Nov 1, 2016 at 3:56 AM, Adriaan Moors <[email protected]> > wrote: > > I think everything needed is available from the compiler. Formatting this > nicely (especially with colors) is a bit finicky, but I don't think meta > would really help here. > > On Mon, Oct 31, 2016 at 6:58 PM Naftoli Gugenheim <[email protected]> > wrote: > > Could this be solved the easiest with scala.meta? > > On Mon, Oct 31, 2016, 6:46 PM Adriaan Moors <[email protected]> wrote: > > I agree the output would be nicer if we printed out the method definition > in legal Scala. The current output is just printing the (strictly) internal > representation of a method type. > > I would be happy to help to improve this. I believe the logic for the > output is here: > https://github.com/scala/scala/blob/2.12.x/src/repl/scala/tools/nsc/interpreter/MemberHandlers.scala#L156 > > cheers > adriaan > > On Mon, Oct 31, 2016 at 2:55 PM Oliver Ruebenacker <[email protected]> > wrote: > > > Hello, > > The line is just: > > <name>: <type> > > With "(in: String)Int" being the type of the method. > > This resembles JNI method type notation, where the return type goes > directly after the parens, too. > > Best, Oliver > > On Mon, Oct 31, 2016 at 5:11 PM, Justin du coeur <[email protected]> > wrote: > > (Note that this conversation started over on Gitter, and moved here.) > > That's fair, but note that the output *isn't legal Scala*. The "method > created" bit I agree is arguable, but it really is kind of weird and > confusing that there's no colon before "Int" in the output -- the output > syntax seems strangely arbitrary. Was there a specific reason for that, or > is it just an old "seemed good enough at the time"? > > I should note that I don't care passionately -- I don't use the REPL much > myself. But this seems like a pointless roadbump for new users, having the > output be almost, but not quite, legal Scala. > > And really, is "unnecessary clutter" (at least in small amounts) actually > a problem in the REPL? I would say that clarity is likely a higher > priority than output conciseness... > > On Mon, Oct 31, 2016 at 4:55 PM, Oliver Ruebenacker <[email protected]> > wrote: > > > Hello, > > That would add unnecessary clutter. Whoever entered the line knows they > used def. > > Best, Oliver > > On Mon, Oct 31, 2016 at 4:51 PM, Raphael Bosshard < > [email protected]> wrote: > > Hi all, > > have you ever noticed how confusing the Scala REPL output it? > > scala> def foo(in: String): Int = ??? > foo: (in: String)Int > > I have learned what this "foo: (in: String)Int) is supposed to mean. But > from a beginner's perspective I find it puzzling. Instead it should display > something like this: > > method created: foo(in: String): Int > > Would someone support/guide me in fixing this? > > Cheers, > Raphael > > > > -- > You received this message because you are subscribed to the Google Groups > "scala-language" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > > > > -- > Oliver Ruebenacker > Senior Software Engineer, Diabetes Portal > <http://www.type2diabetesgenetics.org/>, Broad Institute > <http://www.broadinstitute.org/> > > -- > You received this message because you are subscribed to the Google Groups > "scala-language" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to the Google Groups > "scala-language" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > > > > -- > Oliver Ruebenacker > Senior Software Engineer, Diabetes Portal > <http://www.type2diabetesgenetics.org/>, Broad Institute > <http://www.broadinstitute.org/> > > -- > You received this message because you are subscribed to the Google Groups > "scala-language" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "scala-language" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "scala-language" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "scala-language" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "scala-language" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/scala-language/xiDCISJzbOg/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > > > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "scala-language" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "scala-language" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. --001a113eec1afa906205404039f5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">Yes, a PR will be needed for the CI to verify your changes= . We have some docs (<a href=3D"https://github.com/scala/scala/blob/2.12.x/= README.md">https://github.com/scala/scala/blob/2.12.x/README.md</a>, <a hre= f=3D"http://scala-lang.org/contribute/hacker-guide.html">http://scala-lang.= org/contribute/hacker-guide.html</a>) to help you get started, and are alwa= ys happy to help on <a href=3D"https://gitter.im/scala/contributors">https:= //gitter.im/scala/contributors</a>!=C2=A0</div><br><div class=3D"gmail_quot= e"><div dir=3D"ltr">On Tue, Nov 1, 2016 at 9:41 AM Raphael Bosshard <<a = href=3D"mailto:[email protected]">[email protected]</a>&g= t; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 = .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr" class=3D= "gmail_msg">Excellent. I'll give it a shot and come back if I need help= . Do I need to create a PR for that?<br class=3D"gmail_msg"></div><div clas= s=3D"gmail_extra gmail_msg"><br class=3D"gmail_msg"><div class=3D"gmail_quo= te gmail_msg"></div></div><div class=3D"gmail_extra gmail_msg"><div class= =3D"gmail_quote gmail_msg">On Tue, Nov 1, 2016 at 10:47 AM, Heather Miller = <span dir=3D"ltr" class=3D"gmail_msg"><<a href=3D"mailto:heather.c.mille= [email protected]" class=3D"gmail_msg" target=3D"_blank">[email protected]= om</a>></span> wrote:<br class=3D"gmail_msg"></div></div><div class=3D"g= mail_extra gmail_msg"><div class=3D"gmail_quote gmail_msg"><blockquote clas= s=3D"gmail_quote gmail_msg" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc= solid;padding-left:1ex"><div dir=3D"ltr" class=3D"gmail_msg">+1 to improvi= ng the REPL output such that it prints out the Scala method definition. I&#= 39;d love to see this.<div class=3D"gmail_msg">(I've always wondered wh= y the REPL output wasn't friendlier!)</div><div class=3D"gmail_msg"><di= v class=3D"m_-6368827288766683318h5 gmail_msg"><div class=3D"gmail_msg"><br= class=3D"gmail_msg"></div><div class=3D"gmail_msg"><br class=3D"gmail_msg"= ></div><div class=3D"gmail_extra gmail_msg"><br class=3D"gmail_msg"><div cl= ass=3D"gmail_quote gmail_msg">On Tue, Nov 1, 2016 at 3:56 AM, Adriaan Moors= <span dir=3D"ltr" class=3D"gmail_msg"><<a href=3D"mailto:adriaan@lightb= end.com" class=3D"gmail_msg" target=3D"_blank">[email protected]</a>>= ;</span> wrote:<br class=3D"gmail_msg"><blockquote class=3D"gmail_quote gma= il_msg" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:= 1ex"><div dir=3D"ltr" class=3D"gmail_msg">I think everything needed is avai= lable from the compiler. Formatting this nicely (especially with colors) is= a bit finicky, but I don't think meta would really help here.</div><di= v class=3D"m_-6368827288766683318m_-4245611525626217140m_-59147248640311748= 45HOEnZb gmail_msg"><div class=3D"m_-6368827288766683318m_-4245611525626217= 140m_-5914724864031174845h5 gmail_msg"><br class=3D"gmail_msg"><div class= =3D"gmail_quote gmail_msg"><div dir=3D"ltr" class=3D"gmail_msg">On Mon, Oct= 31, 2016 at 6:58 PM Naftoli Gugenheim <<a href=3D"mailto:naftoligug@gma= il.com" class=3D"gmail_msg" target=3D"_blank">[email protected]</a>> = wrote:<br class=3D"gmail_msg"></div><blockquote class=3D"gmail_quote gmail_= msg" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex= "><p dir=3D"ltr" class=3D"m_-6368827288766683318m_-4245611525626217140m_-59= 14724864031174845m_1634656713353711089gmail_msg gmail_msg">Could this be so= lved the easiest with scala.meta?</p> <br class=3D"m_-6368827288766683318m_-4245611525626217140m_-591472486403117= 4845m_1634656713353711089gmail_msg gmail_msg"><div class=3D"gmail_quote m_-= 6368827288766683318m_-4245611525626217140m_-5914724864031174845m_1634656713= 353711089gmail_msg gmail_msg"><div dir=3D"ltr" class=3D"m_-6368827288766683= 318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089gmail_m= sg gmail_msg">On Mon, Oct 31, 2016, 6:46 PM Adriaan Moors <<a href=3D"ma= ilto:[email protected]" class=3D"m_-6368827288766683318m_-4245611525626= 217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg" targe= t=3D"_blank">[email protected]</a>> wrote:<br class=3D"m_-6368827288= 766683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089g= mail_msg gmail_msg"></div><blockquote class=3D"gmail_quote m_-6368827288766= 683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089gmai= l_msg gmail_msg" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padd= ing-left:1ex"><div dir=3D"ltr" class=3D"m_-6368827288766683318m_-4245611525= 626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg">I = agree the output would be nicer if we printed out the method definition in = legal Scala. The current output is just printing the (strictly) internal re= presentation of a method type.<div class=3D"m_-6368827288766683318m_-424561= 1525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg= "><br class=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031= 174845m_1634656713353711089gmail_msg gmail_msg"></div><div class=3D"m_-6368= 827288766683318m_-4245611525626217140m_-5914724864031174845m_16346567133537= 11089gmail_msg gmail_msg">I would be happy to help to improve this. I belie= ve the logic for the output is here:=C2=A0<a href=3D"https://github.com/sca= la/scala/blob/2.12.x/src/repl/scala/tools/nsc/interpreter/MemberHandlers.sc= ala#L156" class=3D"m_-6368827288766683318m_-4245611525626217140m_-591472486= 4031174845m_1634656713353711089gmail_msg gmail_msg" target=3D"_blank">https= ://github.com/scala/scala/blob/2.12.x/src/repl/scala/tools/nsc/interpreter/= MemberHandlers.scala#L156</a></div><div class=3D"m_-6368827288766683318m_-4= 245611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmai= l_msg"><br class=3D"m_-6368827288766683318m_-4245611525626217140m_-59147248= 64031174845m_1634656713353711089gmail_msg gmail_msg"></div><div class=3D"m_= -6368827288766683318m_-4245611525626217140m_-5914724864031174845m_163465671= 3353711089gmail_msg gmail_msg">cheers</div></div><div dir=3D"ltr" class=3D"= m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_1634656= 713353711089gmail_msg gmail_msg"><div class=3D"m_-6368827288766683318m_-424= 5611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_= msg">adriaan</div></div><br class=3D"m_-6368827288766683318m_-4245611525626= 217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"><div = class=3D"gmail_quote m_-6368827288766683318m_-4245611525626217140m_-5914724= 864031174845m_1634656713353711089gmail_msg gmail_msg"><div dir=3D"ltr" clas= s=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_16= 34656713353711089gmail_msg gmail_msg">On Mon, Oct 31, 2016 at 2:55 PM Olive= r Ruebenacker <<a href=3D"mailto:[email protected]" class=3D"m_-636882728= 8766683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089= gmail_msg gmail_msg" target=3D"_blank">[email protected]</a>> wrote:<br c= lass=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m= _1634656713353711089gmail_msg gmail_msg"></div><blockquote class=3D"gmail_q= uote m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_16= 34656713353711089gmail_msg gmail_msg" style=3D"margin:0 0 0 .8ex;border-lef= t:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr" class=3D"m_-63688272887= 66683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089gm= ail_msg gmail_msg"><div class=3D"m_-6368827288766683318m_-42456115256262171= 40m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"><div clas= s=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_16= 34656713353711089gmail_msg gmail_msg"><div class=3D"m_-6368827288766683318m= _-4245611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg g= mail_msg"><div class=3D"m_-6368827288766683318m_-4245611525626217140m_-5914= 724864031174845m_1634656713353711089gmail_msg gmail_msg"><div class=3D"m_-6= 368827288766683318m_-4245611525626217140m_-5914724864031174845m_16346567133= 53711089gmail_msg gmail_msg"><div class=3D"m_-6368827288766683318m_-4245611= 525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"= ><br class=3D"m_-6368827288766683318m_-4245611525626217140m_-59147248640311= 74845m_1634656713353711089gmail_msg gmail_msg"></div>=C2=A0=C2=A0=C2=A0=C2= =A0 Hello,<br class=3D"m_-6368827288766683318m_-4245611525626217140m_-59147= 24864031174845m_1634656713353711089gmail_msg gmail_msg"><br class=3D"m_-636= 8827288766683318m_-4245611525626217140m_-5914724864031174845m_1634656713353= 711089gmail_msg gmail_msg"></div>=C2=A0 The line is just:<br class=3D"m_-63= 68827288766683318m_-4245611525626217140m_-5914724864031174845m_163465671335= 3711089gmail_msg gmail_msg"><br class=3D"m_-6368827288766683318m_-424561152= 5626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"><= /div><name>: <type><br class=3D"m_-6368827288766683318m_-424561= 1525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg= "><br class=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031= 174845m_1634656713353711089gmail_msg gmail_msg"></div>=C2=A0 With "(in= : String)Int" being the type of the method. <br class=3D"m_-6368827288= 766683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089g= mail_msg gmail_msg"><br class=3D"m_-6368827288766683318m_-42456115256262171= 40m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"></div>=C2= =A0 This resembles JNI method type notation, where the return type goes dir= ectly after the parens, too.<br class=3D"m_-6368827288766683318m_-424561152= 5626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"><= br class=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174= 845m_1634656713353711089gmail_msg gmail_msg"></div>=C2=A0=C2=A0=C2=A0=C2=A0= Best, Oliver<br class=3D"m_-6368827288766683318m_-4245611525626217140m_-59= 14724864031174845m_1634656713353711089gmail_msg gmail_msg"></div><div class= =3D"gmail_extra m_-6368827288766683318m_-4245611525626217140m_-591472486403= 1174845m_1634656713353711089gmail_msg gmail_msg"><br class=3D"m_-6368827288= 766683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089g= mail_msg gmail_msg"><div class=3D"gmail_quote m_-6368827288766683318m_-4245= 611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_m= sg">On Mon, Oct 31, 2016 at 5:11 PM, Justin du coeur <span dir=3D"ltr" clas= s=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_16= 34656713353711089gmail_msg gmail_msg"><<a href=3D"mailto:jducoeur@gmail.= com" class=3D"m_-6368827288766683318m_-4245611525626217140m_-59147248640311= 74845m_1634656713353711089gmail_msg gmail_msg" target=3D"_blank">jducoeur@g= mail.com</a>></span> wrote:<br class=3D"m_-6368827288766683318m_-4245611= 525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"= ><blockquote class=3D"gmail_quote m_-6368827288766683318m_-4245611525626217= 140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg" style=3D= "margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir=3D= "ltr" class=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031= 174845m_1634656713353711089gmail_msg gmail_msg">(Note that this conversatio= n started over on Gitter, and moved here.)<div class=3D"m_-6368827288766683= 318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089gmail_m= sg gmail_msg"><br class=3D"m_-6368827288766683318m_-4245611525626217140m_-5= 914724864031174845m_1634656713353711089gmail_msg gmail_msg"></div><div clas= s=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_16= 34656713353711089gmail_msg gmail_msg">That's fair, but note that the ou= tput <i class=3D"m_-6368827288766683318m_-4245611525626217140m_-59147248640= 31174845m_1634656713353711089gmail_msg gmail_msg">isn't legal Scala</i>= .=C2=A0 The "method created" bit I agree is arguable, but it real= ly is kind of weird and confusing that there's no colon before "In= t" in the output -- the output syntax seems strangely arbitrary.=C2=A0= Was there a specific reason for that, or is it just an old "seemed go= od enough at the time"?</div><div class=3D"m_-6368827288766683318m_-42= 45611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail= _msg"><br class=3D"m_-6368827288766683318m_-4245611525626217140m_-591472486= 4031174845m_1634656713353711089gmail_msg gmail_msg"></div><div class=3D"m_-= 6368827288766683318m_-4245611525626217140m_-5914724864031174845m_1634656713= 353711089gmail_msg gmail_msg">I should note that I don't care passionat= ely -- I don't use the REPL much myself.=C2=A0 But this seems like a po= intless roadbump for new users, having the output be almost, but not quite,= legal Scala.</div><div class=3D"m_-6368827288766683318m_-42456115256262171= 40m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"><br class= =3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_163= 4656713353711089gmail_msg gmail_msg"></div><div class=3D"m_-636882728876668= 3318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089gmail_= msg gmail_msg">And really, is "unnecessary clutter" (at least in = small amounts) actually a problem in the REPL?=C2=A0 I would say that clari= ty is likely a higher priority than output conciseness...</div></div><div c= lass=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m= _1634656713353711089m_4546793350824120616m_4532961769951057168m_56918707369= 31185121HOEnZb m_-6368827288766683318m_-4245611525626217140m_-5914724864031= 174845m_1634656713353711089gmail_msg gmail_msg"><div class=3D"m_-6368827288= 766683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089m= _4546793350824120616m_4532961769951057168m_5691870736931185121h5 m_-6368827= 288766683318m_-4245611525626217140m_-5914724864031174845m_16346567133537110= 89gmail_msg gmail_msg"><div class=3D"gmail_extra m_-6368827288766683318m_-4= 245611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmai= l_msg"><br class=3D"m_-6368827288766683318m_-4245611525626217140m_-59147248= 64031174845m_1634656713353711089gmail_msg gmail_msg"><div class=3D"gmail_qu= ote m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_163= 4656713353711089gmail_msg gmail_msg">On Mon, Oct 31, 2016 at 4:55 PM, Olive= r Ruebenacker <span dir=3D"ltr" class=3D"m_-6368827288766683318m_-424561152= 5626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg">&= lt;<a href=3D"mailto:[email protected]" class=3D"m_-6368827288766683318m_-42= 45611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail= _msg" target=3D"_blank">[email protected]</a>></span> wrote:<br class=3D"= m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_1634656= 713353711089gmail_msg gmail_msg"><blockquote class=3D"gmail_quote m_-636882= 7288766683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711= 089gmail_msg gmail_msg" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc sol= id;padding-left:1ex"><div dir=3D"ltr" class=3D"m_-6368827288766683318m_-424= 5611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_= msg"><div class=3D"m_-6368827288766683318m_-4245611525626217140m_-591472486= 4031174845m_1634656713353711089gmail_msg gmail_msg"><div class=3D"m_-636882= 7288766683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711= 089gmail_msg gmail_msg"><div class=3D"m_-6368827288766683318m_-424561152562= 6217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"><br = class=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845= m_1634656713353711089gmail_msg gmail_msg"></div>=C2=A0=C2=A0=C2=A0=C2=A0 He= llo,<br class=3D"m_-6368827288766683318m_-4245611525626217140m_-59147248640= 31174845m_1634656713353711089gmail_msg gmail_msg"><br class=3D"m_-636882728= 8766683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089= gmail_msg gmail_msg"></div>=C2=A0 That would add unnecessary clutter. Whoev= er entered the line knows they used def. <br class=3D"m_-636882728876668331= 8m_-4245611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg= gmail_msg"><br class=3D"m_-6368827288766683318m_-4245611525626217140m_-591= 4724864031174845m_1634656713353711089gmail_msg gmail_msg"></div>=C2=A0=C2= =A0=C2=A0=C2=A0 Best, Oliver<br class=3D"m_-6368827288766683318m_-424561152= 5626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"><= /div><div class=3D"gmail_extra m_-6368827288766683318m_-4245611525626217140= m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"><div class= =3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_163= 4656713353711089gmail_msg gmail_msg"><div class=3D"m_-6368827288766683318m_= -4245611525626217140m_-5914724864031174845m_1634656713353711089m_4546793350= 824120616m_4532961769951057168m_5691870736931185121m_3837995461070946043h5 = m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_1634656= 713353711089gmail_msg gmail_msg"><br class=3D"m_-6368827288766683318m_-4245= 611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_m= sg"><div class=3D"gmail_quote m_-6368827288766683318m_-4245611525626217140m= _-5914724864031174845m_1634656713353711089gmail_msg gmail_msg">On Mon, Oct = 31, 2016 at 4:51 PM, Raphael Bosshard <span dir=3D"ltr" class=3D"m_-6368827= 288766683318m_-4245611525626217140m_-5914724864031174845m_16346567133537110= 89gmail_msg gmail_msg"><<a href=3D"mailto:[email protected]" cl= ass=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_= 1634656713353711089gmail_msg gmail_msg" target=3D"_blank">raphael.bosshard@= gmail.com</a>></span> wrote:<br class=3D"m_-6368827288766683318m_-424561= 1525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg= "><blockquote class=3D"gmail_quote m_-6368827288766683318m_-424561152562621= 7140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg" style= =3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir= =3D"ltr" class=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864= 031174845m_1634656713353711089gmail_msg gmail_msg">Hi all,<br class=3D"m_-6= 368827288766683318m_-4245611525626217140m_-5914724864031174845m_16346567133= 53711089gmail_msg gmail_msg"><br class=3D"m_-6368827288766683318m_-42456115= 25626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg">= have you ever noticed how confusing the Scala REPL output it?<br class=3D"m= _-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_16346567= 13353711089gmail_msg gmail_msg"><br class=3D"m_-6368827288766683318m_-42456= 11525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_ms= g"><div style=3D"background-color:rgb(250,250,250);border-color:rgb(187,187= ,187);border-style:solid;border-width:1px" class=3D"m_-6368827288766683318m= _-4245611525626217140m_-5914724864031174845m_1634656713353711089m_454679335= 0824120616m_4532961769951057168m_5691870736931185121m_3837995461070946043m_= 2532202319531310957m_7490866102373541101prettyprint m_-6368827288766683318m= _-4245611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg g= mail_msg"><code class=3D"m_-6368827288766683318m_-4245611525626217140m_-591= 4724864031174845m_1634656713353711089m_4546793350824120616m_453296176995105= 7168m_5691870736931185121m_3837995461070946043m_2532202319531310957m_749086= 6102373541101prettyprint m_-6368827288766683318m_-4245611525626217140m_-591= 4724864031174845m_1634656713353711089gmail_msg gmail_msg"><div class=3D"m_-= 6368827288766683318m_-4245611525626217140m_-5914724864031174845m_1634656713= 353711089m_4546793350824120616m_4532961769951057168m_5691870736931185121m_3= 837995461070946043m_2532202319531310957m_7490866102373541101subprettyprint = m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_1634656= 713353711089gmail_msg gmail_msg"><span style=3D"color:#000" class=3D"m_-636= 8827288766683318m_-4245611525626217140m_-5914724864031174845m_1634656713353= 711089m_4546793350824120616m_4532961769951057168m_5691870736931185121m_3837= 995461070946043m_2532202319531310957m_7490866102373541101styled-by-prettify= m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_163465= 6713353711089gmail_msg gmail_msg">scala</span><span style=3D"color:#660" cl= ass=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_= 1634656713353711089m_4546793350824120616m_4532961769951057168m_569187073693= 1185121m_3837995461070946043m_2532202319531310957m_7490866102373541101style= d-by-prettify m_-6368827288766683318m_-4245611525626217140m_-59147248640311= 74845m_1634656713353711089gmail_msg gmail_msg">></span><span style=3D"co= lor:#000" class=3D"m_-6368827288766683318m_-4245611525626217140m_-591472486= 4031174845m_1634656713353711089m_4546793350824120616m_4532961769951057168m_= 5691870736931185121m_3837995461070946043m_2532202319531310957m_749086610237= 3541101styled-by-prettify m_-6368827288766683318m_-4245611525626217140m_-59= 14724864031174845m_1634656713353711089gmail_msg gmail_msg"> </span><span st= yle=3D"color:#008" class=3D"m_-6368827288766683318m_-4245611525626217140m_-= 5914724864031174845m_1634656713353711089m_4546793350824120616m_453296176995= 1057168m_5691870736931185121m_3837995461070946043m_2532202319531310957m_749= 0866102373541101styled-by-prettify m_-6368827288766683318m_-424561152562621= 7140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg">def</sp= an><span style=3D"color:#000" class=3D"m_-6368827288766683318m_-42456115256= 26217140m_-5914724864031174845m_1634656713353711089m_4546793350824120616m_4= 532961769951057168m_5691870736931185121m_3837995461070946043m_2532202319531= 310957m_7490866102373541101styled-by-prettify m_-6368827288766683318m_-4245= 611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_m= sg"> foo</span><span style=3D"color:#660" class=3D"m_-6368827288766683318m_= -4245611525626217140m_-5914724864031174845m_1634656713353711089m_4546793350= 824120616m_4532961769951057168m_5691870736931185121m_3837995461070946043m_2= 532202319531310957m_7490866102373541101styled-by-prettify m_-63688272887666= 83318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089gmail= _msg gmail_msg">(</span><span style=3D"color:#008" class=3D"m_-636882728876= 6683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089m_4= 546793350824120616m_4532961769951057168m_5691870736931185121m_3837995461070= 946043m_2532202319531310957m_7490866102373541101styled-by-prettify m_-63688= 27288766683318m_-4245611525626217140m_-5914724864031174845m_163465671335371= 1089gmail_msg gmail_msg">in</span><span style=3D"color:#660" class=3D"m_-63= 68827288766683318m_-4245611525626217140m_-5914724864031174845m_163465671335= 3711089m_4546793350824120616m_4532961769951057168m_5691870736931185121m_383= 7995461070946043m_2532202319531310957m_7490866102373541101styled-by-prettif= y m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_16346= 56713353711089gmail_msg gmail_msg">:</span><span style=3D"color:#000" class= =3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_163= 4656713353711089m_4546793350824120616m_4532961769951057168m_569187073693118= 5121m_3837995461070946043m_2532202319531310957m_7490866102373541101styled-b= y-prettify m_-6368827288766683318m_-4245611525626217140m_-59147248640311748= 45m_1634656713353711089gmail_msg gmail_msg"> </span><span style=3D"color:#6= 06" class=3D"m_-6368827288766683318m_-4245611525626217140m_-591472486403117= 4845m_1634656713353711089m_4546793350824120616m_4532961769951057168m_569187= 0736931185121m_3837995461070946043m_2532202319531310957m_749086610237354110= 1styled-by-prettify m_-6368827288766683318m_-4245611525626217140m_-59147248= 64031174845m_1634656713353711089gmail_msg gmail_msg">String</span><span sty= le=3D"color:#660" class=3D"m_-6368827288766683318m_-4245611525626217140m_-5= 914724864031174845m_1634656713353711089m_4546793350824120616m_4532961769951= 057168m_5691870736931185121m_3837995461070946043m_2532202319531310957m_7490= 866102373541101styled-by-prettify m_-6368827288766683318m_-4245611525626217= 140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg">):</span= ><span style=3D"color:#000" class=3D"m_-6368827288766683318m_-4245611525626= 217140m_-5914724864031174845m_1634656713353711089m_4546793350824120616m_453= 2961769951057168m_5691870736931185121m_3837995461070946043m_253220231953131= 0957m_7490866102373541101styled-by-prettify m_-6368827288766683318m_-424561= 1525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg= "> </span><span style=3D"color:#606" class=3D"m_-6368827288766683318m_-4245= 611525626217140m_-5914724864031174845m_1634656713353711089m_454679335082412= 0616m_4532961769951057168m_5691870736931185121m_3837995461070946043m_253220= 2319531310957m_7490866102373541101styled-by-prettify m_-6368827288766683318= m_-4245611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg = gmail_msg">Int</span><span style=3D"color:#000" class=3D"m_-636882728876668= 3318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089m_4546= 793350824120616m_4532961769951057168m_5691870736931185121m_3837995461070946= 043m_2532202319531310957m_7490866102373541101styled-by-prettify m_-63688272= 88766683318m_-4245611525626217140m_-5914724864031174845m_163465671335371108= 9gmail_msg gmail_msg"> </span><span style=3D"color:#660" class=3D"m_-636882= 7288766683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711= 089m_4546793350824120616m_4532961769951057168m_5691870736931185121m_3837995= 461070946043m_2532202319531310957m_7490866102373541101styled-by-prettify m_= -6368827288766683318m_-4245611525626217140m_-5914724864031174845m_163465671= 3353711089gmail_msg gmail_msg">=3D</span><span style=3D"color:#000" class= =3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_163= 4656713353711089m_4546793350824120616m_4532961769951057168m_569187073693118= 5121m_3837995461070946043m_2532202319531310957m_7490866102373541101styled-b= y-prettify m_-6368827288766683318m_-4245611525626217140m_-59147248640311748= 45m_1634656713353711089gmail_msg gmail_msg"> </span><span style=3D"color:#6= 60" class=3D"m_-6368827288766683318m_-4245611525626217140m_-591472486403117= 4845m_1634656713353711089m_4546793350824120616m_4532961769951057168m_569187= 0736931185121m_3837995461070946043m_2532202319531310957m_749086610237354110= 1styled-by-prettify m_-6368827288766683318m_-4245611525626217140m_-59147248= 64031174845m_1634656713353711089gmail_msg gmail_msg">???</span><span style= =3D"color:#000" class=3D"m_-6368827288766683318m_-4245611525626217140m_-591= 4724864031174845m_1634656713353711089m_4546793350824120616m_453296176995105= 7168m_5691870736931185121m_3837995461070946043m_2532202319531310957m_749086= 6102373541101styled-by-prettify m_-6368827288766683318m_-424561152562621714= 0m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"><br class= =3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_163= 4656713353711089gmail_msg gmail_msg">foo</span><span style=3D"color:#660" c= lass=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m= _1634656713353711089m_4546793350824120616m_4532961769951057168m_56918707369= 31185121m_3837995461070946043m_2532202319531310957m_7490866102373541101styl= ed-by-prettify m_-6368827288766683318m_-4245611525626217140m_-5914724864031= 174845m_1634656713353711089gmail_msg gmail_msg">:</span><span style=3D"colo= r:#000" class=3D"m_-6368827288766683318m_-4245611525626217140m_-59147248640= 31174845m_1634656713353711089m_4546793350824120616m_4532961769951057168m_56= 91870736931185121m_3837995461070946043m_2532202319531310957m_74908661023735= 41101styled-by-prettify m_-6368827288766683318m_-4245611525626217140m_-5914= 724864031174845m_1634656713353711089gmail_msg gmail_msg"> </span><span styl= e=3D"color:#660" class=3D"m_-6368827288766683318m_-4245611525626217140m_-59= 14724864031174845m_1634656713353711089m_4546793350824120616m_45329617699510= 57168m_5691870736931185121m_3837995461070946043m_2532202319531310957m_74908= 66102373541101styled-by-prettify m_-6368827288766683318m_-42456115256262171= 40m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg">(</span><= span style=3D"color:#008" class=3D"m_-6368827288766683318m_-424561152562621= 7140m_-5914724864031174845m_1634656713353711089m_4546793350824120616m_45329= 61769951057168m_5691870736931185121m_3837995461070946043m_25322023195313109= 57m_7490866102373541101styled-by-prettify m_-6368827288766683318m_-42456115= 25626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg">= in</span><span style=3D"color:#660" class=3D"m_-6368827288766683318m_-42456= 11525626217140m_-5914724864031174845m_1634656713353711089m_4546793350824120= 616m_4532961769951057168m_5691870736931185121m_3837995461070946043m_2532202= 319531310957m_7490866102373541101styled-by-prettify m_-6368827288766683318m= _-4245611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg g= mail_msg">:</span><span style=3D"color:#000" class=3D"m_-636882728876668331= 8m_-4245611525626217140m_-5914724864031174845m_1634656713353711089m_4546793= 350824120616m_4532961769951057168m_5691870736931185121m_3837995461070946043= m_2532202319531310957m_7490866102373541101styled-by-prettify m_-63688272887= 66683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089gm= ail_msg gmail_msg"> </span><span style=3D"color:#606" class=3D"m_-636882728= 8766683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089= m_4546793350824120616m_4532961769951057168m_5691870736931185121m_3837995461= 070946043m_2532202319531310957m_7490866102373541101styled-by-prettify m_-63= 68827288766683318m_-4245611525626217140m_-5914724864031174845m_163465671335= 3711089gmail_msg gmail_msg">String</span><span style=3D"color:#660" class= =3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_163= 4656713353711089m_4546793350824120616m_4532961769951057168m_569187073693118= 5121m_3837995461070946043m_2532202319531310957m_7490866102373541101styled-b= y-prettify m_-6368827288766683318m_-4245611525626217140m_-59147248640311748= 45m_1634656713353711089gmail_msg gmail_msg">)</span><span style=3D"color:#6= 06" class=3D"m_-6368827288766683318m_-4245611525626217140m_-591472486403117= 4845m_1634656713353711089m_4546793350824120616m_4532961769951057168m_569187= 0736931185121m_3837995461070946043m_2532202319531310957m_749086610237354110= 1styled-by-prettify m_-6368827288766683318m_-4245611525626217140m_-59147248= 64031174845m_1634656713353711089gmail_msg gmail_msg">Int</span><span style= =3D"color:#000" class=3D"m_-6368827288766683318m_-4245611525626217140m_-591= 4724864031174845m_1634656713353711089m_4546793350824120616m_453296176995105= 7168m_5691870736931185121m_3837995461070946043m_2532202319531310957m_749086= 6102373541101styled-by-prettify m_-6368827288766683318m_-424561152562621714= 0m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"><br class= =3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_163= 4656713353711089gmail_msg gmail_msg"></span></div></code></div><br class=3D= "m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_163465= 6713353711089gmail_msg gmail_msg">I have learned what this "foo: (in: = String)Int) is supposed to mean. But from a beginner's perspective I fi= nd it puzzling. Instead it should display something like this:<br class=3D"= m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_1634656= 713353711089gmail_msg gmail_msg"><span style=3D"color:#000" class=3D"m_-636= 8827288766683318m_-4245611525626217140m_-5914724864031174845m_1634656713353= 711089m_4546793350824120616m_4532961769951057168m_5691870736931185121m_3837= 995461070946043m_2532202319531310957m_7490866102373541101styled-by-prettify= m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_163465= 6713353711089gmail_msg gmail_msg"></span><br class=3D"m_-636882728876668331= 8m_-4245611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg= gmail_msg"><span style=3D"color:#000" class=3D"m_-6368827288766683318m_-42= 45611525626217140m_-5914724864031174845m_1634656713353711089m_4546793350824= 120616m_4532961769951057168m_5691870736931185121m_3837995461070946043m_2532= 202319531310957m_7490866102373541101styled-by-prettify m_-63688272887666833= 18m_-4245611525626217140m_-5914724864031174845m_1634656713353711089gmail_ms= g gmail_msg"></span><div style=3D"background-color:rgb(250,250,250);border-= color:rgb(187,187,187);border-style:solid;border-width:1px" class=3D"m_-636= 8827288766683318m_-4245611525626217140m_-5914724864031174845m_1634656713353= 711089m_4546793350824120616m_4532961769951057168m_5691870736931185121m_3837= 995461070946043m_2532202319531310957m_7490866102373541101prettyprint m_-636= 8827288766683318m_-4245611525626217140m_-5914724864031174845m_1634656713353= 711089gmail_msg gmail_msg"><code class=3D"m_-6368827288766683318m_-42456115= 25626217140m_-5914724864031174845m_1634656713353711089m_4546793350824120616= m_4532961769951057168m_5691870736931185121m_3837995461070946043m_2532202319= 531310957m_7490866102373541101prettyprint m_-6368827288766683318m_-42456115= 25626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg">= <div class=3D"m_-6368827288766683318m_-4245611525626217140m_-59147248640311= 74845m_1634656713353711089m_4546793350824120616m_4532961769951057168m_56918= 70736931185121m_3837995461070946043m_2532202319531310957m_74908661023735411= 01subprettyprint m_-6368827288766683318m_-4245611525626217140m_-59147248640= 31174845m_1634656713353711089gmail_msg gmail_msg"><span style=3D"color:#000= " class=3D"m_-6368827288766683318m_-4245611525626217140m_-59147248640311748= 45m_1634656713353711089m_4546793350824120616m_4532961769951057168m_56918707= 36931185121m_3837995461070946043m_2532202319531310957m_7490866102373541101s= tyled-by-prettify m_-6368827288766683318m_-4245611525626217140m_-5914724864= 031174845m_1634656713353711089gmail_msg gmail_msg">method created</span><sp= an style=3D"color:#660" class=3D"m_-6368827288766683318m_-42456115256262171= 40m_-5914724864031174845m_1634656713353711089m_4546793350824120616m_4532961= 769951057168m_5691870736931185121m_3837995461070946043m_2532202319531310957= m_7490866102373541101styled-by-prettify m_-6368827288766683318m_-4245611525= 626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg">:<= /span><span style=3D"color:#000" class=3D"m_-6368827288766683318m_-42456115= 25626217140m_-5914724864031174845m_1634656713353711089m_4546793350824120616= m_4532961769951057168m_5691870736931185121m_3837995461070946043m_2532202319= 531310957m_7490866102373541101styled-by-prettify m_-6368827288766683318m_-4= 245611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmai= l_msg"> foo</span><span style=3D"color:#660" class=3D"m_-636882728876668331= 8m_-4245611525626217140m_-5914724864031174845m_1634656713353711089m_4546793= 350824120616m_4532961769951057168m_5691870736931185121m_3837995461070946043= m_2532202319531310957m_7490866102373541101styled-by-prettify m_-63688272887= 66683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089gm= ail_msg gmail_msg">(</span><span style=3D"color:#008" class=3D"m_-636882728= 8766683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089= m_4546793350824120616m_4532961769951057168m_5691870736931185121m_3837995461= 070946043m_2532202319531310957m_7490866102373541101styled-by-prettify m_-63= 68827288766683318m_-4245611525626217140m_-5914724864031174845m_163465671335= 3711089gmail_msg gmail_msg">in</span><span style=3D"color:#660" class=3D"m_= -6368827288766683318m_-4245611525626217140m_-5914724864031174845m_163465671= 3353711089m_4546793350824120616m_4532961769951057168m_5691870736931185121m_= 3837995461070946043m_2532202319531310957m_7490866102373541101styled-by-pret= tify m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_16= 34656713353711089gmail_msg gmail_msg">:</span><span style=3D"color:#000" cl= ass=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_= 1634656713353711089m_4546793350824120616m_4532961769951057168m_569187073693= 1185121m_3837995461070946043m_2532202319531310957m_7490866102373541101style= d-by-prettify m_-6368827288766683318m_-4245611525626217140m_-59147248640311= 74845m_1634656713353711089gmail_msg gmail_msg"> </span><span style=3D"color= :#606" class=3D"m_-6368827288766683318m_-4245611525626217140m_-591472486403= 1174845m_1634656713353711089m_4546793350824120616m_4532961769951057168m_569= 1870736931185121m_3837995461070946043m_2532202319531310957m_749086610237354= 1101styled-by-prettify m_-6368827288766683318m_-4245611525626217140m_-59147= 24864031174845m_1634656713353711089gmail_msg gmail_msg">String</span><span = style=3D"color:#660" class=3D"m_-6368827288766683318m_-4245611525626217140m= _-5914724864031174845m_1634656713353711089m_4546793350824120616m_4532961769= 951057168m_5691870736931185121m_3837995461070946043m_2532202319531310957m_7= 490866102373541101styled-by-prettify m_-6368827288766683318m_-4245611525626= 217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg">):</s= pan><span style=3D"color:#000" class=3D"m_-6368827288766683318m_-4245611525= 626217140m_-5914724864031174845m_1634656713353711089m_4546793350824120616m_= 4532961769951057168m_5691870736931185121m_3837995461070946043m_253220231953= 1310957m_7490866102373541101styled-by-prettify m_-6368827288766683318m_-424= 5611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_= msg"> </span><span style=3D"color:#606" class=3D"m_-6368827288766683318m_-4= 245611525626217140m_-5914724864031174845m_1634656713353711089m_454679335082= 4120616m_4532961769951057168m_5691870736931185121m_3837995461070946043m_253= 2202319531310957m_7490866102373541101styled-by-prettify m_-6368827288766683= 318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089gmail_m= sg gmail_msg">Int</span><span style=3D"color:#000" class=3D"m_-636882728876= 6683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089m_4= 546793350824120616m_4532961769951057168m_5691870736931185121m_3837995461070= 946043m_2532202319531310957m_7490866102373541101styled-by-prettify m_-63688= 27288766683318m_-4245611525626217140m_-5914724864031174845m_163465671335371= 1089gmail_msg gmail_msg"> <br class=3D"m_-6368827288766683318m_-42456115256= 26217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"></s= pan></div></code></div><code class=3D"m_-6368827288766683318m_-424561152562= 6217140m_-5914724864031174845m_1634656713353711089m_4546793350824120616m_45= 32961769951057168m_5691870736931185121m_3837995461070946043m_25322023195313= 10957m_7490866102373541101prettyprint m_-6368827288766683318m_-424561152562= 6217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"></co= de><br class=3D"m_-6368827288766683318m_-4245611525626217140m_-591472486403= 1174845m_1634656713353711089gmail_msg gmail_msg"><code class=3D"m_-63688272= 88766683318m_-4245611525626217140m_-5914724864031174845m_163465671335371108= 9m_4546793350824120616m_4532961769951057168m_5691870736931185121m_383799546= 1070946043m_2532202319531310957m_7490866102373541101prettyprint m_-63688272= 88766683318m_-4245611525626217140m_-5914724864031174845m_163465671335371108= 9gmail_msg gmail_msg"><div class=3D"m_-6368827288766683318m_-42456115256262= 17140m_-5914724864031174845m_1634656713353711089m_4546793350824120616m_4532= 961769951057168m_5691870736931185121m_3837995461070946043m_2532202319531310= 957m_7490866102373541101subprettyprint m_-6368827288766683318m_-42456115256= 26217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"><sp= an style=3D"color:#000" class=3D"m_-6368827288766683318m_-42456115256262171= 40m_-5914724864031174845m_1634656713353711089m_4546793350824120616m_4532961= 769951057168m_5691870736931185121m_3837995461070946043m_2532202319531310957= m_7490866102373541101styled-by-prettify m_-6368827288766683318m_-4245611525= 626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"></= span></div></code>Would someone support/guide me in fixing this?<br class= =3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_163= 4656713353711089gmail_msg gmail_msg"><br class=3D"m_-6368827288766683318m_-= 4245611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gma= il_msg">Cheers,<br class=3D"m_-6368827288766683318m_-4245611525626217140m_-= 5914724864031174845m_1634656713353711089gmail_msg gmail_msg">Raphael<span c= lass=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m= _1634656713353711089m_4546793350824120616m_4532961769951057168m_56918707369= 31185121m_3837995461070946043m_2532202319531310957HOEnZb m_-636882728876668= 3318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089gmail_= msg gmail_msg"><font class=3D"m_-6368827288766683318m_-4245611525626217140m= _-5914724864031174845m_1634656713353711089gmail_msg gmail_msg" color=3D"#88= 8888"><br class=3D"m_-6368827288766683318m_-4245611525626217140m_-591472486= 4031174845m_1634656713353711089gmail_msg gmail_msg"><br class=3D"m_-6368827= 288766683318m_-4245611525626217140m_-5914724864031174845m_16346567133537110= 89gmail_msg gmail_msg"><br class=3D"m_-6368827288766683318m_-42456115256262= 17140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"><br cl= ass=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_= 1634656713353711089gmail_msg gmail_msg"></font></span></div><span class=3D"= m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_1634656= 713353711089m_4546793350824120616m_4532961769951057168m_5691870736931185121= m_3837995461070946043m_2532202319531310957HOEnZb m_-6368827288766683318m_-4= 245611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmai= l_msg"><font class=3D"m_-6368827288766683318m_-4245611525626217140m_-591472= 4864031174845m_1634656713353711089gmail_msg gmail_msg" color=3D"#888888"> <p class=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174= 845m_1634656713353711089gmail_msg gmail_msg"></p> -- <br class=3D"m_-6368827288766683318m_-4245611525626217140m_-591472486403= 1174845m_1634656713353711089gmail_msg gmail_msg"> You received this message because you are subscribed to the Google Groups &= quot;scala-language" group.<br class=3D"m_-6368827288766683318m_-42456= 11525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_ms= g"> To unsubscribe from this group and stop receiving emails from it, send an e= mail to <a href=3D"mailto:[email protected]" clas= s=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_16= 34656713353711089gmail_msg gmail_msg" target=3D"_blank">scala-language+unsu= [email protected]</a>.<br class=3D"m_-6368827288766683318m_-42456115= 25626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"> For more options, visit <a href=3D"https://groups.google.com/d/optout" clas= s=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_16= 34656713353711089gmail_msg gmail_msg" target=3D"_blank">https://groups.goog= le.com/d/optout</a>.<br class=3D"m_-6368827288766683318m_-42456115256262171= 40m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"> </font></span></blockquote></div><br class=3D"m_-6368827288766683318m_-4245= 611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_m= sg"><br class=3D"m_-6368827288766683318m_-4245611525626217140m_-59147248640= 31174845m_1634656713353711089gmail_msg gmail_msg" clear=3D"all"><br class= =3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_163= 4656713353711089gmail_msg gmail_msg"></div></div><span class=3D"m_-63688272= 88766683318m_-4245611525626217140m_-5914724864031174845m_163465671335371108= 9m_4546793350824120616m_4532961769951057168m_5691870736931185121m_383799546= 1070946043HOEnZb m_-6368827288766683318m_-4245611525626217140m_-59147248640= 31174845m_1634656713353711089gmail_msg gmail_msg"><font class=3D"m_-6368827= 288766683318m_-4245611525626217140m_-5914724864031174845m_16346567133537110= 89gmail_msg gmail_msg" color=3D"#888888">-- <br class=3D"m_-636882728876668= 3318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089gmail_= msg gmail_msg"><div class=3D"m_-6368827288766683318m_-4245611525626217140m_= -5914724864031174845m_1634656713353711089m_4546793350824120616m_45329617699= 51057168m_5691870736931185121m_3837995461070946043m_2532202319531310957gmai= l_signature m_-6368827288766683318m_-4245611525626217140m_-5914724864031174= 845m_1634656713353711089gmail_msg gmail_msg" data-smartmail=3D"gmail_signat= ure"><div dir=3D"ltr" class=3D"m_-6368827288766683318m_-4245611525626217140= m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"><div class= =3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_163= 4656713353711089gmail_msg gmail_msg"><div dir=3D"ltr" class=3D"m_-636882728= 8766683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089= gmail_msg gmail_msg"><div class=3D"m_-6368827288766683318m_-424561152562621= 7140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"><div di= r=3D"ltr" class=3D"m_-6368827288766683318m_-4245611525626217140m_-591472486= 4031174845m_1634656713353711089gmail_msg gmail_msg"><div class=3D"m_-636882= 7288766683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711= 089gmail_msg gmail_msg"><div dir=3D"ltr" class=3D"m_-6368827288766683318m_-= 4245611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gma= il_msg"><div class=3D"m_-6368827288766683318m_-4245611525626217140m_-591472= 4864031174845m_1634656713353711089gmail_msg gmail_msg">Oliver Ruebenacker<b= r class=3D"m_-6368827288766683318m_-4245611525626217140m_-59147248640311748= 45m_1634656713353711089gmail_msg gmail_msg"></div><div class=3D"m_-63688272= 88766683318m_-4245611525626217140m_-5914724864031174845m_163465671335371108= 9gmail_msg gmail_msg">Senior Software Engineer, <a href=3D"http://www.type2= diabetesgenetics.org/" class=3D"m_-6368827288766683318m_-424561152562621714= 0m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg" target=3D"= _blank">Diabetes Portal</a>, <a href=3D"http://www.broadinstitute.org/" cla= ss=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_1= 634656713353711089gmail_msg gmail_msg" target=3D"_blank">Broad Institute</a= ><br class=3D"m_-6368827288766683318m_-4245611525626217140m_-59147248640311= 74845m_1634656713353711089gmail_msg gmail_msg"></div><br class=3D"m_-636882= 7288766683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711= 089gmail_msg gmail_msg"></div></div></div></div></div></div></div></div> </font></span></div><div class=3D"m_-6368827288766683318m_-4245611525626217= 140m_-5914724864031174845m_1634656713353711089m_4546793350824120616m_453296= 1769951057168m_5691870736931185121m_3837995461070946043HOEnZb m_-6368827288= 766683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089g= mail_msg gmail_msg"><div class=3D"m_-6368827288766683318m_-4245611525626217= 140m_-5914724864031174845m_1634656713353711089m_4546793350824120616m_453296= 1769951057168m_5691870736931185121m_3837995461070946043h5 m_-63688272887666= 83318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089gmail= _msg gmail_msg"> <p class=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174= 845m_1634656713353711089gmail_msg gmail_msg"></p> -- <br class=3D"m_-6368827288766683318m_-4245611525626217140m_-591472486403= 1174845m_1634656713353711089gmail_msg gmail_msg"> You received this message because you are subscribed to the Google Groups &= quot;scala-language" group.<br class=3D"m_-6368827288766683318m_-42456= 11525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_ms= g"> To unsubscribe from this group and stop receiving emails from it, send an e= mail to <a href=3D"mailto:[email protected]" clas= s=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_16= 34656713353711089gmail_msg gmail_msg" target=3D"_blank">scala-language+unsu= [email protected]</a>.<br class=3D"m_-6368827288766683318m_-42456115= 25626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"> For more options, visit <a href=3D"https://groups.google.com/d/optout" clas= s=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_16= 34656713353711089gmail_msg gmail_msg" target=3D"_blank">https://groups.goog= le.com/d/optout</a>.<br class=3D"m_-6368827288766683318m_-42456115256262171= 40m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"> </div></div></blockquote></div><br class=3D"m_-6368827288766683318m_-424561= 1525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg= "></div> <p class=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174= 845m_1634656713353711089gmail_msg gmail_msg"></p> -- <br class=3D"m_-6368827288766683318m_-4245611525626217140m_-591472486403= 1174845m_1634656713353711089gmail_msg gmail_msg"> You received this message because you are subscribed to the Google Groups &= quot;scala-language" group.<br class=3D"m_-6368827288766683318m_-42456= 11525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_ms= g"> To unsubscribe from this group and stop receiving emails from it, send an e= mail to <a href=3D"mailto:[email protected]" clas= s=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_16= 34656713353711089gmail_msg gmail_msg" target=3D"_blank">scala-language+unsu= [email protected]</a>.<br class=3D"m_-6368827288766683318m_-42456115= 25626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"> For more options, visit <a href=3D"https://groups.google.com/d/optout" clas= s=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_16= 34656713353711089gmail_msg gmail_msg" target=3D"_blank">https://groups.goog= le.com/d/optout</a>.<br class=3D"m_-6368827288766683318m_-42456115256262171= 40m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"> </div></div></blockquote></div><br class=3D"m_-6368827288766683318m_-424561= 1525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg= "><br class=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031= 174845m_1634656713353711089gmail_msg gmail_msg" clear=3D"all"><br class=3D"= m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_1634656= 713353711089gmail_msg gmail_msg">-- <br class=3D"m_-6368827288766683318m_-4= 245611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmai= l_msg"><div class=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724= 864031174845m_1634656713353711089m_4546793350824120616m_4532961769951057168= m_5691870736931185121gmail_signature m_-6368827288766683318m_-4245611525626= 217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg" data-= smartmail=3D"gmail_signature"><div dir=3D"ltr" class=3D"m_-6368827288766683= 318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089gmail_m= sg gmail_msg"><div class=3D"m_-6368827288766683318m_-4245611525626217140m_-= 5914724864031174845m_1634656713353711089gmail_msg gmail_msg"><div dir=3D"lt= r" class=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174= 845m_1634656713353711089gmail_msg gmail_msg"><div class=3D"m_-6368827288766= 683318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089gmai= l_msg gmail_msg"><div dir=3D"ltr" class=3D"m_-6368827288766683318m_-4245611= 525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"= ><div class=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031= 174845m_1634656713353711089gmail_msg gmail_msg"><div dir=3D"ltr" class=3D"m= _-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_16346567= 13353711089gmail_msg gmail_msg"><div class=3D"m_-6368827288766683318m_-4245= 611525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_m= sg">Oliver Ruebenacker<br class=3D"m_-6368827288766683318m_-424561152562621= 7140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"></div><= div class=3D"m_-6368827288766683318m_-4245611525626217140m_-591472486403117= 4845m_1634656713353711089gmail_msg gmail_msg">Senior Software Engineer, <a = href=3D"http://www.type2diabetesgenetics.org/" class=3D"m_-6368827288766683= 318m_-4245611525626217140m_-5914724864031174845m_1634656713353711089gmail_m= sg gmail_msg" target=3D"_blank">Diabetes Portal</a>, <a href=3D"http://www.= broadinstitute.org/" class=3D"m_-6368827288766683318m_-4245611525626217140m= _-5914724864031174845m_1634656713353711089gmail_msg gmail_msg" target=3D"_b= lank">Broad Institute</a><br class=3D"m_-6368827288766683318m_-424561152562= 6217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"></di= v><br class=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031= 174845m_1634656713353711089gmail_msg gmail_msg"></div></div></div></div></d= iv></div></div></div> </div> <p class=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174= 845m_1634656713353711089gmail_msg gmail_msg"></p> -- <br class=3D"m_-6368827288766683318m_-4245611525626217140m_-591472486403= 1174845m_1634656713353711089gmail_msg gmail_msg"> You received this message because you are subscribed to the Google Groups &= quot;scala-language" group.<br class=3D"m_-6368827288766683318m_-42456= 11525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_ms= g"> To unsubscribe from this group and stop receiving emails from it, send an e= mail to <a href=3D"mailto:[email protected]" clas= s=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_16= 34656713353711089gmail_msg gmail_msg" target=3D"_blank">scala-language+unsu= [email protected]</a>.<br class=3D"m_-6368827288766683318m_-42456115= 25626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"> For more options, visit <a href=3D"https://groups.google.com/d/optout" clas= s=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_16= 34656713353711089gmail_msg gmail_msg" target=3D"_blank">https://groups.goog= le.com/d/optout</a>.<br class=3D"m_-6368827288766683318m_-42456115256262171= 40m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"> </blockquote></div> <p class=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174= 845m_1634656713353711089gmail_msg gmail_msg"></p> -- <br class=3D"m_-6368827288766683318m_-4245611525626217140m_-591472486403= 1174845m_1634656713353711089gmail_msg gmail_msg"> You received this message because you are subscribed to the Google Groups &= quot;scala-language" group.<br class=3D"m_-6368827288766683318m_-42456= 11525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_ms= g"> To unsubscribe from this group and stop receiving emails from it, send an e= mail to <a href=3D"mailto:[email protected]" clas= s=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_16= 34656713353711089gmail_msg gmail_msg" target=3D"_blank">scala-language+unsu= [email protected]</a>.<br class=3D"m_-6368827288766683318m_-42456115= 25626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"> For more options, visit <a href=3D"https://groups.google.com/d/optout" clas= s=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_16= 34656713353711089gmail_msg gmail_msg" target=3D"_blank">https://groups.goog= le.com/d/optout</a>.<br class=3D"m_-6368827288766683318m_-42456115256262171= 40m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"> </blockquote></div> <p class=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174= 845m_1634656713353711089gmail_msg gmail_msg"></p> -- <br class=3D"m_-6368827288766683318m_-4245611525626217140m_-591472486403= 1174845m_1634656713353711089gmail_msg gmail_msg"> You received this message because you are subscribed to the Google Groups &= quot;scala-language" group.<br class=3D"m_-6368827288766683318m_-42456= 11525626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_ms= g"> To unsubscribe from this group and stop receiving emails from it, send an e= mail to <a href=3D"mailto:[email protected]" clas= s=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_16= 34656713353711089gmail_msg gmail_msg" target=3D"_blank">scala-language+unsu= [email protected]</a>.<br class=3D"m_-6368827288766683318m_-42456115= 25626217140m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"> For more options, visit <a href=3D"https://groups.google.com/d/optout" clas= s=3D"m_-6368827288766683318m_-4245611525626217140m_-5914724864031174845m_16= 34656713353711089gmail_msg gmail_msg" target=3D"_blank">https://groups.goog= le.com/d/optout</a>.<br class=3D"m_-6368827288766683318m_-42456115256262171= 40m_-5914724864031174845m_1634656713353711089gmail_msg gmail_msg"> </blockquote></div> <p class=3D"gmail_msg"></p> -- <br class=3D"gmail_msg"> You received this message because you are subscribed to the Google Groups &= quot;scala-language" group.<br class=3D"gmail_msg"> To unsubscribe from this group and stop receiving emails from it, send an e= mail to <a href=3D"mailto:[email protected]" clas= s=3D"gmail_msg" target=3D"_blank">[email protected]= om</a>.<br class=3D"gmail_msg"> For more options, visit <a href=3D"https://groups.google.com/d/optout" clas= s=3D"gmail_msg" target=3D"_blank">https://groups.google.com/d/optout</a>.<b= r class=3D"gmail_msg"> </div></div></blockquote></div><br class=3D"gmail_msg"></div></div></div></= div></blockquote></div></div><div class=3D"gmail_extra gmail_msg"><div clas= s=3D"gmail_quote gmail_msg"><blockquote class=3D"gmail_quote gmail_msg" sty= le=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div c= lass=3D"m_-6368827288766683318HOEnZb gmail_msg"><div class=3D"m_-6368827288= 766683318h5 gmail_msg"> <p class=3D"gmail_msg"></p> -- <br class=3D"gmail_msg"> You received this message because you are subscribed to a topic in the Goog= le Groups "scala-language" group.<br class=3D"gmail_msg"> To unsubscribe from this topic, visit <a href=3D"https://groups.google.com/= d/topic/scala-language/xiDCISJzbOg/unsubscribe" class=3D"gmail_msg" target= =3D"_blank">https://groups.google.com/d/topic/scala-language/xiDCISJzbOg/un= subscribe</a>.<br class=3D"gmail_msg"> To unsubscribe from this group and all its topics, send an email to <a href= =3D"mailto:[email protected]" class=3D"gmail_msg"= target=3D"_blank">[email protected]</a>.</div></= div></blockquote></div></div><div class=3D"gmail_extra gmail_msg"><div clas= s=3D"gmail_quote gmail_msg"><blockquote class=3D"gmail_quote gmail_msg" sty= le=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div c= lass=3D"m_-6368827288766683318HOEnZb gmail_msg"><div class=3D"m_-6368827288= 766683318h5 gmail_msg"><br class=3D"gmail_msg"> For more options, visit <a href=3D"https://groups.google.com/d/optout" clas= s=3D"gmail_msg" target=3D"_blank">https://groups.google.com/d/optout</a>.<b= r class=3D"gmail_msg"> </div></div></blockquote></div></div> <p class=3D"gmail_msg"></p> -- <br class=3D"gmail_msg"> You received this message because you are subscribed to the Google Groups &= quot;scala-language" group.<br class=3D"gmail_msg"> To unsubscribe from this group and stop receiving emails from it, send an e= mail to <a href=3D"mailto:[email protected]" clas= s=3D"gmail_msg" target=3D"_blank">[email protected]= om</a>.<br class=3D"gmail_msg"> For more options, visit <a href=3D"https://groups.google.com/d/optout" clas= s=3D"gmail_msg" target=3D"_blank">https://groups.google.com/d/optout</a>.<b= r class=3D"gmail_msg"> </blockquote></div> <p></p> -- <br /> You received this message because you are subscribed to the Google Groups &= quot;scala-language" group.<br /> To unsubscribe from this group and stop receiving emails from it, send an e= mail to <a href=3D"mailto:[email protected]">scal= [email protected]</a>.<br /> For more options, visit <a href=3D"https://groups.google.com/d/optout">http= s://groups.google.com/d/optout</a>.<br /> --001a113eec1afa906205404039f5--