Re: The Scala REPL output is confusing
Justin du coeur <[email protected]> Tue, 1 Nov 2016 12:02:11 -0400
| Newsgroups | gmane.comp.lang.scala |
|---|---|
| Message-ID | <CAO26FW3gb8EKXNHjAafsZrZBmZyO1KTtySaS-DSv9KtTQtOBzw@mail.gmail.com> |
--001a1140ac6e8b6c4705403f72b9 Content-Type: text/plain; charset=UTF-8 Basically, yes. Which is why a prefixing message of "Created" would be beneficial, but even without that it would be less mystifying than the current output... On Tue, Nov 1, 2016 at 11:14 AM, Oliver Ruebenacker <[email protected]> wrote: > Right, not the body. Otherwise, essentially what the user entered, right? > > On Tue, Nov 1, 2016 at 10:51 AM, Heather Miller < > [email protected]> wrote: > >> Not exactly what was entered. Just the normal signature of what was >> entered. No body of the method, of course. >> >> So for the example the OP started with, we print this now: >> foo: (in: String)Int >> >> I understood that we'd print this instead: >> def foo(in: String): Int >> >> On Tue, Nov 1, 2016 at 3:28 PM, Oliver Ruebenacker <[email protected]> >> wrote: >> >>> So, what you want as REPL echo would be exactly what the user entered, >>> except maybe with white space adjusted and return type added, right? >>> >>> On Tue, Nov 1, 2016 at 5: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/Memb >>>>>> erHandlers.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 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. --001a1140ac6e8b6c4705403f72b9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">Basically, yes.=C2=A0 Which is why a prefixing message of = "Created" would be beneficial, but even without that it would be = less mystifying than the current output...</div><div class=3D"gmail_extra">= <br><div class=3D"gmail_quote">On Tue, Nov 1, 2016 at 11:14 AM, Oliver Rueb= enacker <span dir=3D"ltr"><<a href=3D"mailto:[email protected]" target=3D= "_blank">[email protected]</a>></span> wrote:<br><blockquote class=3D"gma= il_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-lef= t:1ex"><div dir=3D"ltr">Right, not the body. Otherwise, essentially what th= e user entered, right?<br></div><div class=3D"HOEnZb"><div class=3D"h5"><di= v class=3D"gmail_extra"><br><div class=3D"gmail_quote">On Tue, Nov 1, 2016 = at 10:51 AM, Heather Miller <span dir=3D"ltr"><<a href=3D"mailto:heather= [email protected]" target=3D"_blank">[email protected]</a>></= span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8e= x;border-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr">Not exactly= what was entered. Just the normal signature of what was entered. No body o= f the method, of course.<div><br></div><div>So for the example the OP start= ed with, we print this now:</div><div>=C2=A0 =C2=A0 foo: (in: String)Int<br= ></div><div><br></div><div>I understood that we'd print this instead:= =C2=A0</div><div>=C2=A0 =C2=A0 def foo(in: String): Int<br></div></div><div= class=3D"m_8754939706200592053HOEnZb"><div class=3D"m_8754939706200592053h= 5"><div class=3D"gmail_extra"><br><div class=3D"gmail_quote">On Tue, Nov 1,= 2016 at 3:28 PM, Oliver Ruebenacker <span dir=3D"ltr"><<a href=3D"mailt= o:[email protected]" target=3D"_blank">[email protected]</a>></span> wrote= :<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-le= ft:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr">So, what you want as R= EPL echo would be exactly what the user entered, except maybe with white sp= ace adjusted and return type added, right?<br></div><div class=3D"m_8754939= 706200592053m_4413916798715459674HOEnZb"><div class=3D"m_875493970620059205= 3m_4413916798715459674h5"><div class=3D"gmail_extra"><br><div class=3D"gmai= l_quote">On Tue, Nov 1, 2016 at 5:47 AM, Heather Miller <span dir=3D"ltr">&= lt;<a href=3D"mailto:[email protected]" target=3D"_blank">heather.= [email protected]</a>></span> wrote:<br><blockquote class=3D"gmail_quot= e" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">= <div dir=3D"ltr">+1 to improving the REPL output such that it prints out th= e Scala method definition. I'd love to see this.<div>(I've always w= ondered why the REPL output wasn't friendlier!)</div><div><div class=3D= "m_8754939706200592053m_4413916798715459674m_-3162815711660668471h5"><div><= br></div><div><br></div><div class=3D"gmail_extra"><br><div class=3D"gmail_= quote">On Tue, Nov 1, 2016 at 3:56 AM, Adriaan Moors <span dir=3D"ltr"><= <a href=3D"mailto:[email protected]" target=3D"_blank">adriaan@lightben= d.com</a>></span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"m= argin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir=3D"l= tr">I think everything needed is available from the compiler. Formatting th= is nicely (especially with colors) is a bit finicky, but I don't think = meta would really help here.</div><div class=3D"m_8754939706200592053m_4413= 916798715459674m_-3162815711660668471m_6477033563002540619m_-59147248640311= 74845HOEnZb"><div class=3D"m_8754939706200592053m_4413916798715459674m_-316= 2815711660668471m_6477033563002540619m_-5914724864031174845h5"><br><div cla= ss=3D"gmail_quote"><div dir=3D"ltr">On Mon, Oct 31, 2016 at 6:58 PM Naftoli= Gugenheim <<a href=3D"mailto:[email protected]" target=3D"_blank">na= [email protected]</a>> wrote:<br></div><blockquote class=3D"gmail_quote= " style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><= p dir=3D"ltr" class=3D"m_8754939706200592053m_4413916798715459674m_-3162815= 711660668471m_6477033563002540619m_-5914724864031174845m_163465671335371108= 9gmail_msg">Could this be solved the easiest with scala.meta?</p> <br class=3D"m_8754939706200592053m_4413916798715459674m_-31628157116606684= 71m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg= "><div class=3D"gmail_quote m_8754939706200592053m_4413916798715459674m_-31= 62815711660668471m_6477033563002540619m_-5914724864031174845m_1634656713353= 711089gmail_msg"><div dir=3D"ltr" class=3D"m_8754939706200592053m_441391679= 8715459674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845= m_1634656713353711089gmail_msg">On Mon, Oct 31, 2016, 6:46 PM Adriaan Moors= <<a href=3D"mailto:[email protected]" class=3D"m_875493970620059205= 3m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-5914724= 864031174845m_1634656713353711089gmail_msg" target=3D"_blank">adriaan@light= bend.com</a>> wrote:<br class=3D"m_8754939706200592053m_4413916798715459= 674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_16346= 56713353711089gmail_msg"></div><blockquote class=3D"gmail_quote m_875493970= 6200592053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m= _-5914724864031174845m_1634656713353711089gmail_msg" style=3D"margin:0 0 0 = .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr" class=3D= "m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_64770335= 63002540619m_-5914724864031174845m_1634656713353711089gmail_msg">I agree th= e output would be nicer if we printed out the method definition in legal Sc= ala. The current output is just printing the (strictly) internal representa= tion of a method type.<div class=3D"m_8754939706200592053m_4413916798715459= 674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_16346= 56713353711089gmail_msg"><br class=3D"m_8754939706200592053m_44139167987154= 59674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_163= 4656713353711089gmail_msg"></div><div class=3D"m_8754939706200592053m_44139= 16798715459674m_-3162815711660668471m_6477033563002540619m_-591472486403117= 4845m_1634656713353711089gmail_msg">I would be happy to help to improve thi= s. I believe the logic for the output is here:=C2=A0<a href=3D"https://gith= ub.com/scala/scala/blob/2.12.x/src/repl/scala/tools/nsc/interpreter/MemberH= andlers.scala#L156" class=3D"m_8754939706200592053m_4413916798715459674m_-3= 162815711660668471m_6477033563002540619m_-5914724864031174845m_163465671335= 3711089gmail_msg" target=3D"_blank">https://github.com/scala<wbr>/scala/blo= b/2.12.x/src/repl/sc<wbr>ala/tools/nsc/interpreter/Memb<wbr>erHandlers.scal= a#L156</a></div><div class=3D"m_8754939706200592053m_4413916798715459674m_-= 3162815711660668471m_6477033563002540619m_-5914724864031174845m_16346567133= 53711089gmail_msg"><br class=3D"m_8754939706200592053m_4413916798715459674m= _-3162815711660668471m_6477033563002540619m_-5914724864031174845m_163465671= 3353711089gmail_msg"></div><div class=3D"m_8754939706200592053m_44139167987= 15459674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_= 1634656713353711089gmail_msg">cheers</div></div><div dir=3D"ltr" class=3D"m= _8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477033563= 002540619m_-5914724864031174845m_1634656713353711089gmail_msg"><div class= =3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_64770= 33563002540619m_-5914724864031174845m_1634656713353711089gmail_msg">adriaan= </div></div><br class=3D"m_8754939706200592053m_4413916798715459674m_-31628= 15711660668471m_6477033563002540619m_-5914724864031174845m_1634656713353711= 089gmail_msg"><div class=3D"gmail_quote m_8754939706200592053m_441391679871= 5459674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_1= 634656713353711089gmail_msg"><div dir=3D"ltr" class=3D"m_875493970620059205= 3m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-5914724= 864031174845m_1634656713353711089gmail_msg">On Mon, Oct 31, 2016 at 2:55 PM= Oliver Ruebenacker <<a href=3D"mailto:[email protected]" class=3D"m_8754= 939706200592053m_4413916798715459674m_-3162815711660668471m_647703356300254= 0619m_-5914724864031174845m_1634656713353711089gmail_msg" target=3D"_blank"= >[email protected]</a>> wrote:<br class=3D"m_8754939706200592053m_4413916= 798715459674m_-3162815711660668471m_6477033563002540619m_-59147248640311748= 45m_1634656713353711089gmail_msg"></div><blockquote class=3D"gmail_quote m_= 8754939706200592053m_4413916798715459674m_-3162815711660668471m_64770335630= 02540619m_-5914724864031174845m_1634656713353711089gmail_msg" style=3D"marg= in:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr"= class=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m= _6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"><= div class=3D"m_8754939706200592053m_4413916798715459674m_-31628157116606684= 71m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg= "><div class=3D"m_8754939706200592053m_4413916798715459674m_-31628157116606= 68471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_= msg"><div class=3D"m_8754939706200592053m_4413916798715459674m_-31628157116= 60668471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gma= il_msg"><div class=3D"m_8754939706200592053m_4413916798715459674m_-31628157= 11660668471m_6477033563002540619m_-5914724864031174845m_1634656713353711089= gmail_msg"><div class=3D"m_8754939706200592053m_4413916798715459674m_-31628= 15711660668471m_6477033563002540619m_-5914724864031174845m_1634656713353711= 089gmail_msg"><div class=3D"m_8754939706200592053m_4413916798715459674m_-31= 62815711660668471m_6477033563002540619m_-5914724864031174845m_1634656713353= 711089gmail_msg"><br class=3D"m_8754939706200592053m_4413916798715459674m_-= 3162815711660668471m_6477033563002540619m_-5914724864031174845m_16346567133= 53711089gmail_msg"></div>=C2=A0=C2=A0=C2=A0=C2=A0 Hello,<br class=3D"m_8754= 939706200592053m_4413916798715459674m_-3162815711660668471m_647703356300254= 0619m_-5914724864031174845m_1634656713353711089gmail_msg"><br class=3D"m_87= 54939706200592053m_4413916798715459674m_-3162815711660668471m_6477033563002= 540619m_-5914724864031174845m_1634656713353711089gmail_msg"></div>=C2=A0 Th= e line is just:<br class=3D"m_8754939706200592053m_4413916798715459674m_-31= 62815711660668471m_6477033563002540619m_-5914724864031174845m_1634656713353= 711089gmail_msg"><br class=3D"m_8754939706200592053m_4413916798715459674m_-= 3162815711660668471m_6477033563002540619m_-5914724864031174845m_16346567133= 53711089gmail_msg"></div><name>: <type><br class=3D"m_875493970= 6200592053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m= _-5914724864031174845m_1634656713353711089gmail_msg"><br class=3D"m_8754939= 706200592053m_4413916798715459674m_-3162815711660668471m_647703356300254061= 9m_-5914724864031174845m_1634656713353711089gmail_msg"></div>=C2=A0 With &q= uot;(in: String)Int" being the type of the method. <br class=3D"m_8754= 939706200592053m_4413916798715459674m_-3162815711660668471m_647703356300254= 0619m_-5914724864031174845m_1634656713353711089gmail_msg"><br class=3D"m_87= 54939706200592053m_4413916798715459674m_-3162815711660668471m_6477033563002= 540619m_-5914724864031174845m_1634656713353711089gmail_msg"></div>=C2=A0 Th= is resembles JNI method type notation, where the return type goes directly = after the parens, too.<br class=3D"m_8754939706200592053m_44139167987154596= 74m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_163465= 6713353711089gmail_msg"><br class=3D"m_8754939706200592053m_441391679871545= 9674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_1634= 656713353711089gmail_msg"></div>=C2=A0=C2=A0=C2=A0=C2=A0 Best, Oliver<br cl= ass=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_64= 77033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"></di= v><div class=3D"gmail_extra m_8754939706200592053m_4413916798715459674m_-31= 62815711660668471m_6477033563002540619m_-5914724864031174845m_1634656713353= 711089gmail_msg"><br class=3D"m_8754939706200592053m_4413916798715459674m_-= 3162815711660668471m_6477033563002540619m_-5914724864031174845m_16346567133= 53711089gmail_msg"><div class=3D"gmail_quote m_8754939706200592053m_4413916= 798715459674m_-3162815711660668471m_6477033563002540619m_-59147248640311748= 45m_1634656713353711089gmail_msg">On Mon, Oct 31, 2016 at 5:11 PM, Justin d= u coeur <span dir=3D"ltr" class=3D"m_8754939706200592053m_44139167987154596= 74m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_163465= 6713353711089gmail_msg"><<a href=3D"mailto:[email protected]" class=3D"= m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_647703356= 3002540619m_-5914724864031174845m_1634656713353711089gmail_msg" target=3D"_= blank">[email protected]</a>></span> wrote:<br class=3D"m_8754939706200= 592053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-59= 14724864031174845m_1634656713353711089gmail_msg"><blockquote class=3D"gmail= _quote m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_64= 77033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg" styl= e=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div di= r=3D"ltr" class=3D"m_8754939706200592053m_4413916798715459674m_-31628157116= 60668471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gma= il_msg">(Note that this conversation started over on Gitter, and moved here= .)<div class=3D"m_8754939706200592053m_4413916798715459674m_-31628157116606= 68471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_= msg"><br class=3D"m_8754939706200592053m_4413916798715459674m_-316281571166= 0668471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmai= l_msg"></div><div class=3D"m_8754939706200592053m_4413916798715459674m_-316= 2815711660668471m_6477033563002540619m_-5914724864031174845m_16346567133537= 11089gmail_msg">That's fair, but note that the output <i class=3D"m_875= 4939706200592053m_4413916798715459674m_-3162815711660668471m_64770335630025= 40619m_-5914724864031174845m_1634656713353711089gmail_msg">isn't legal = Scala</i>.=C2=A0 The "method created" bit I agree is arguable, bu= t it really is kind of weird and confusing that there's no colon before= "Int" in the output -- the output syntax seems strangely arbitra= ry.=C2=A0 Was there a specific reason for that, or is it just an old "= seemed good enough at the time"?</div><div class=3D"m_8754939706200592= 053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-59147= 24864031174845m_1634656713353711089gmail_msg"><br class=3D"m_87549397062005= 92053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-591= 4724864031174845m_1634656713353711089gmail_msg"></div><div class=3D"m_87549= 39706200592053m_4413916798715459674m_-3162815711660668471m_6477033563002540= 619m_-5914724864031174845m_1634656713353711089gmail_msg">I should note that= I don't care passionately -- I don't use the REPL much myself.=C2= =A0 But this seems like a pointless roadbump for new users, having the outp= ut be almost, but not quite, legal Scala.</div><div class=3D"m_875493970620= 0592053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-5= 914724864031174845m_1634656713353711089gmail_msg"><br class=3D"m_8754939706= 200592053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_= -5914724864031174845m_1634656713353711089gmail_msg"></div><div class=3D"m_8= 754939706200592053m_4413916798715459674m_-3162815711660668471m_647703356300= 2540619m_-5914724864031174845m_1634656713353711089gmail_msg">And really, is= "unnecessary clutter" (at least in small amounts) actually a pro= blem in the REPL?=C2=A0 I would say that clarity is likely a higher priorit= y than output conciseness...</div></div><div class=3D"m_8754939706200592053= m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-59147248= 64031174845m_1634656713353711089m_4546793350824120616m_4532961769951057168m= _5691870736931185121HOEnZb m_8754939706200592053m_4413916798715459674m_-316= 2815711660668471m_6477033563002540619m_-5914724864031174845m_16346567133537= 11089gmail_msg"><div class=3D"m_8754939706200592053m_4413916798715459674m_-= 3162815711660668471m_6477033563002540619m_-5914724864031174845m_16346567133= 53711089m_4546793350824120616m_4532961769951057168m_5691870736931185121h5 m= _8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477033563= 002540619m_-5914724864031174845m_1634656713353711089gmail_msg"><div class= =3D"gmail_extra m_8754939706200592053m_4413916798715459674m_-31628157116606= 68471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_= msg"><br class=3D"m_8754939706200592053m_4413916798715459674m_-316281571166= 0668471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmai= l_msg"><div class=3D"gmail_quote m_8754939706200592053m_4413916798715459674= m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_16346567= 13353711089gmail_msg">On Mon, Oct 31, 2016 at 4:55 PM, Oliver Ruebenacker <= span dir=3D"ltr" class=3D"m_8754939706200592053m_4413916798715459674m_-3162= 815711660668471m_6477033563002540619m_-5914724864031174845m_163465671335371= 1089gmail_msg"><<a href=3D"mailto:[email protected]" class=3D"m_875493970= 6200592053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m= _-5914724864031174845m_1634656713353711089gmail_msg" target=3D"_blank">curo= [email protected]</a>></span> wrote:<br class=3D"m_8754939706200592053m_44139= 16798715459674m_-3162815711660668471m_6477033563002540619m_-591472486403117= 4845m_1634656713353711089gmail_msg"><blockquote class=3D"gmail_quote m_8754= 939706200592053m_4413916798715459674m_-3162815711660668471m_647703356300254= 0619m_-5914724864031174845m_1634656713353711089gmail_msg" style=3D"margin:0= 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr" cla= ss=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_647= 7033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"><div = class=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_= 6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"><d= iv class=3D"m_8754939706200592053m_4413916798715459674m_-316281571166066847= 1m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"= ><div class=3D"m_8754939706200592053m_4413916798715459674m_-316281571166066= 8471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_m= sg"><br class=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660= 668471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail= _msg"></div>=C2=A0=C2=A0=C2=A0=C2=A0 Hello,<br class=3D"m_87549397062005920= 53m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-591472= 4864031174845m_1634656713353711089gmail_msg"><br class=3D"m_875493970620059= 2053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-5914= 724864031174845m_1634656713353711089gmail_msg"></div>=C2=A0 That would add = unnecessary clutter. Whoever entered the line knows they used def. <br clas= s=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477= 033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"><br cl= ass=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_64= 77033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"></di= v>=C2=A0=C2=A0=C2=A0=C2=A0 Best, Oliver<br class=3D"m_8754939706200592053m_= 4413916798715459674m_-3162815711660668471m_6477033563002540619m_-5914724864= 031174845m_1634656713353711089gmail_msg"></div><div class=3D"gmail_extra m_= 8754939706200592053m_4413916798715459674m_-3162815711660668471m_64770335630= 02540619m_-5914724864031174845m_1634656713353711089gmail_msg"><div class=3D= "m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_64770335= 63002540619m_-5914724864031174845m_1634656713353711089gmail_msg"><div class= =3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_64770= 33563002540619m_-5914724864031174845m_1634656713353711089m_4546793350824120= 616m_4532961769951057168m_5691870736931185121m_3837995461070946043h5 m_8754= 939706200592053m_4413916798715459674m_-3162815711660668471m_647703356300254= 0619m_-5914724864031174845m_1634656713353711089gmail_msg"><br class=3D"m_87= 54939706200592053m_4413916798715459674m_-3162815711660668471m_6477033563002= 540619m_-5914724864031174845m_1634656713353711089gmail_msg"><div class=3D"g= mail_quote m_8754939706200592053m_4413916798715459674m_-3162815711660668471= m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg">= On Mon, Oct 31, 2016 at 4:51 PM, Raphael Bosshard <span dir=3D"ltr" class= =3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_64770= 33563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"><<a = href=3D"mailto:[email protected]" class=3D"m_8754939706200592053m_= 4413916798715459674m_-3162815711660668471m_6477033563002540619m_-5914724864= 031174845m_1634656713353711089gmail_msg" target=3D"_blank">raphael.bosshard= @gmail.com</a>></span> wrote:<br class=3D"m_8754939706200592053m_4413916= 798715459674m_-3162815711660668471m_6477033563002540619m_-59147248640311748= 45m_1634656713353711089gmail_msg"><blockquote class=3D"gmail_quote m_875493= 9706200592053m_4413916798715459674m_-3162815711660668471m_64770335630025406= 19m_-5914724864031174845m_1634656713353711089gmail_msg" style=3D"margin:0 0= 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr" class= =3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_64770= 33563002540619m_-5914724864031174845m_1634656713353711089gmail_msg">Hi all,= <br class=3D"m_8754939706200592053m_4413916798715459674m_-31628157116606684= 71m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg= "><br class=3D"m_8754939706200592053m_4413916798715459674m_-316281571166066= 8471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_m= sg">have you ever noticed how confusing the Scala REPL output it?<br class= =3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_64770= 33563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"><br cla= ss=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_647= 7033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"><div = style=3D"background-color:rgb(250,250,250);border-color:rgb(187,187,187);bo= rder-style:solid;border-width:1px" class=3D"m_8754939706200592053m_44139167= 98715459674m_-3162815711660668471m_6477033563002540619m_-591472486403117484= 5m_1634656713353711089m_4546793350824120616m_4532961769951057168m_569187073= 6931185121m_3837995461070946043m_2532202319531310957m_7490866102373541101pr= ettyprint m_8754939706200592053m_4413916798715459674m_-3162815711660668471m= _6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"><= code class=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668= 471m_6477033563002540619m_-5914724864031174845m_1634656713353711089m_454679= 3350824120616m_4532961769951057168m_5691870736931185121m_383799546107094604= 3m_2532202319531310957m_7490866102373541101prettyprint m_875493970620059205= 3m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-5914724= 864031174845m_1634656713353711089gmail_msg"><div class=3D"m_875493970620059= 2053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-5914= 724864031174845m_1634656713353711089m_4546793350824120616m_4532961769951057= 168m_5691870736931185121m_3837995461070946043m_2532202319531310957m_7490866= 102373541101subprettyprint m_8754939706200592053m_4413916798715459674m_-316= 2815711660668471m_6477033563002540619m_-5914724864031174845m_16346567133537= 11089gmail_msg"><span style=3D"color:#000" class=3D"m_8754939706200592053m_= 4413916798715459674m_-3162815711660668471m_6477033563002540619m_-5914724864= 031174845m_1634656713353711089m_4546793350824120616m_4532961769951057168m_5= 691870736931185121m_3837995461070946043m_2532202319531310957m_7490866102373= 541101styled-by-prettify m_8754939706200592053m_4413916798715459674m_-31628= 15711660668471m_6477033563002540619m_-5914724864031174845m_1634656713353711= 089gmail_msg">scala</span><span style=3D"color:#660" class=3D"m_87549397062= 00592053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-= 5914724864031174845m_1634656713353711089m_4546793350824120616m_453296176995= 1057168m_5691870736931185121m_3837995461070946043m_2532202319531310957m_749= 0866102373541101styled-by-prettify m_8754939706200592053m_44139167987154596= 74m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_163465= 6713353711089gmail_msg">></span><span style=3D"color:#000" class=3D"m_87= 54939706200592053m_4413916798715459674m_-3162815711660668471m_6477033563002= 540619m_-5914724864031174845m_1634656713353711089m_4546793350824120616m_453= 2961769951057168m_5691870736931185121m_3837995461070946043m_253220231953131= 0957m_7490866102373541101styled-by-prettify m_8754939706200592053m_44139167= 98715459674m_-3162815711660668471m_6477033563002540619m_-591472486403117484= 5m_1634656713353711089gmail_msg"> </span><span style=3D"color:#008" class= =3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_64770= 33563002540619m_-5914724864031174845m_1634656713353711089m_4546793350824120= 616m_4532961769951057168m_5691870736931185121m_3837995461070946043m_2532202= 319531310957m_7490866102373541101styled-by-prettify m_8754939706200592053m_= 4413916798715459674m_-3162815711660668471m_6477033563002540619m_-5914724864= 031174845m_1634656713353711089gmail_msg">def</span><span style=3D"color:#00= 0" class=3D"m_8754939706200592053m_4413916798715459674m_-316281571166066847= 1m_6477033563002540619m_-5914724864031174845m_1634656713353711089m_45467933= 50824120616m_4532961769951057168m_5691870736931185121m_3837995461070946043m= _2532202319531310957m_7490866102373541101styled-by-prettify m_8754939706200= 592053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-59= 14724864031174845m_1634656713353711089gmail_msg"> foo</span><span style=3D"= color:#660" class=3D"m_8754939706200592053m_4413916798715459674m_-316281571= 1660668471m_6477033563002540619m_-5914724864031174845m_1634656713353711089m= _4546793350824120616m_4532961769951057168m_5691870736931185121m_38379954610= 70946043m_2532202319531310957m_7490866102373541101styled-by-prettify m_8754= 939706200592053m_4413916798715459674m_-3162815711660668471m_647703356300254= 0619m_-5914724864031174845m_1634656713353711089gmail_msg">(</span><span sty= le=3D"color:#008" class=3D"m_8754939706200592053m_4413916798715459674m_-316= 2815711660668471m_6477033563002540619m_-5914724864031174845m_16346567133537= 11089m_4546793350824120616m_4532961769951057168m_5691870736931185121m_38379= 95461070946043m_2532202319531310957m_7490866102373541101styled-by-prettify = m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_647703356= 3002540619m_-5914724864031174845m_1634656713353711089gmail_msg">in</span><s= pan style=3D"color:#660" class=3D"m_8754939706200592053m_441391679871545967= 4m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_1634656= 713353711089m_4546793350824120616m_4532961769951057168m_5691870736931185121= m_3837995461070946043m_2532202319531310957m_7490866102373541101styled-by-pr= ettify m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_64= 77033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg">:</s= pan><span style=3D"color:#000" class=3D"m_8754939706200592053m_441391679871= 5459674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_1= 634656713353711089m_4546793350824120616m_4532961769951057168m_5691870736931= 185121m_3837995461070946043m_2532202319531310957m_7490866102373541101styled= -by-prettify m_8754939706200592053m_4413916798715459674m_-31628157116606684= 71m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg= "> </span><span style=3D"color:#606" class=3D"m_8754939706200592053m_441391= 6798715459674m_-3162815711660668471m_6477033563002540619m_-5914724864031174= 845m_1634656713353711089m_4546793350824120616m_4532961769951057168m_5691870= 736931185121m_3837995461070946043m_2532202319531310957m_7490866102373541101= styled-by-prettify m_8754939706200592053m_4413916798715459674m_-31628157116= 60668471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gma= il_msg">String</span><span style=3D"color:#660" class=3D"m_8754939706200592= 053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-59147= 24864031174845m_1634656713353711089m_4546793350824120616m_45329617699510571= 68m_5691870736931185121m_3837995461070946043m_2532202319531310957m_74908661= 02373541101styled-by-prettify m_8754939706200592053m_4413916798715459674m_-= 3162815711660668471m_6477033563002540619m_-5914724864031174845m_16346567133= 53711089gmail_msg">):</span><span style=3D"color:#000" class=3D"m_875493970= 6200592053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m= _-5914724864031174845m_1634656713353711089m_4546793350824120616m_4532961769= 951057168m_5691870736931185121m_3837995461070946043m_2532202319531310957m_7= 490866102373541101styled-by-prettify m_8754939706200592053m_441391679871545= 9674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_1634= 656713353711089gmail_msg"> </span><span style=3D"color:#606" class=3D"m_875= 4939706200592053m_4413916798715459674m_-3162815711660668471m_64770335630025= 40619m_-5914724864031174845m_1634656713353711089m_4546793350824120616m_4532= 961769951057168m_5691870736931185121m_3837995461070946043m_2532202319531310= 957m_7490866102373541101styled-by-prettify m_8754939706200592053m_441391679= 8715459674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845= m_1634656713353711089gmail_msg">Int</span><span style=3D"color:#000" class= =3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_64770= 33563002540619m_-5914724864031174845m_1634656713353711089m_4546793350824120= 616m_4532961769951057168m_5691870736931185121m_3837995461070946043m_2532202= 319531310957m_7490866102373541101styled-by-prettify m_8754939706200592053m_= 4413916798715459674m_-3162815711660668471m_6477033563002540619m_-5914724864= 031174845m_1634656713353711089gmail_msg"> </span><span style=3D"color:#660"= class=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m= _6477033563002540619m_-5914724864031174845m_1634656713353711089m_4546793350= 824120616m_4532961769951057168m_5691870736931185121m_3837995461070946043m_2= 532202319531310957m_7490866102373541101styled-by-prettify m_875493970620059= 2053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-5914= 724864031174845m_1634656713353711089gmail_msg">=3D</span><span style=3D"col= or:#000" class=3D"m_8754939706200592053m_4413916798715459674m_-316281571166= 0668471m_6477033563002540619m_-5914724864031174845m_1634656713353711089m_45= 46793350824120616m_4532961769951057168m_5691870736931185121m_38379954610709= 46043m_2532202319531310957m_7490866102373541101styled-by-prettify m_8754939= 706200592053m_4413916798715459674m_-3162815711660668471m_647703356300254061= 9m_-5914724864031174845m_1634656713353711089gmail_msg"> </span><span style= =3D"color:#660" class=3D"m_8754939706200592053m_4413916798715459674m_-31628= 15711660668471m_6477033563002540619m_-5914724864031174845m_1634656713353711= 089m_4546793350824120616m_4532961769951057168m_5691870736931185121m_3837995= 461070946043m_2532202319531310957m_7490866102373541101styled-by-prettify m_= 8754939706200592053m_4413916798715459674m_-3162815711660668471m_64770335630= 02540619m_-5914724864031174845m_1634656713353711089gmail_msg">???</span><sp= an style=3D"color:#000" class=3D"m_8754939706200592053m_4413916798715459674= m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_16346567= 13353711089m_4546793350824120616m_4532961769951057168m_5691870736931185121m= _3837995461070946043m_2532202319531310957m_7490866102373541101styled-by-pre= ttify m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_647= 7033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"><br c= lass=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_6= 477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg">foo= </span><span style=3D"color:#660" class=3D"m_8754939706200592053m_441391679= 8715459674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845= m_1634656713353711089m_4546793350824120616m_4532961769951057168m_5691870736= 931185121m_3837995461070946043m_2532202319531310957m_7490866102373541101sty= led-by-prettify m_8754939706200592053m_4413916798715459674m_-31628157116606= 68471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_= msg">:</span><span style=3D"color:#000" class=3D"m_8754939706200592053m_441= 3916798715459674m_-3162815711660668471m_6477033563002540619m_-5914724864031= 174845m_1634656713353711089m_4546793350824120616m_4532961769951057168m_5691= 870736931185121m_3837995461070946043m_2532202319531310957m_7490866102373541= 101styled-by-prettify m_8754939706200592053m_4413916798715459674m_-31628157= 11660668471m_6477033563002540619m_-5914724864031174845m_1634656713353711089= gmail_msg"> </span><span style=3D"color:#660" class=3D"m_875493970620059205= 3m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-5914724= 864031174845m_1634656713353711089m_4546793350824120616m_4532961769951057168= m_5691870736931185121m_3837995461070946043m_2532202319531310957m_7490866102= 373541101styled-by-prettify m_8754939706200592053m_4413916798715459674m_-31= 62815711660668471m_6477033563002540619m_-5914724864031174845m_1634656713353= 711089gmail_msg">(</span><span style=3D"color:#008" class=3D"m_875493970620= 0592053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-5= 914724864031174845m_1634656713353711089m_4546793350824120616m_4532961769951= 057168m_5691870736931185121m_3837995461070946043m_2532202319531310957m_7490= 866102373541101styled-by-prettify m_8754939706200592053m_441391679871545967= 4m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_1634656= 713353711089gmail_msg">in</span><span style=3D"color:#660" class=3D"m_87549= 39706200592053m_4413916798715459674m_-3162815711660668471m_6477033563002540= 619m_-5914724864031174845m_1634656713353711089m_4546793350824120616m_453296= 1769951057168m_5691870736931185121m_3837995461070946043m_253220231953131095= 7m_7490866102373541101styled-by-prettify m_8754939706200592053m_44139167987= 15459674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_= 1634656713353711089gmail_msg">:</span><span style=3D"color:#000" class=3D"m= _8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477033563= 002540619m_-5914724864031174845m_1634656713353711089m_4546793350824120616m_= 4532961769951057168m_5691870736931185121m_3837995461070946043m_253220231953= 1310957m_7490866102373541101styled-by-prettify m_8754939706200592053m_44139= 16798715459674m_-3162815711660668471m_6477033563002540619m_-591472486403117= 4845m_1634656713353711089gmail_msg"> </span><span style=3D"color:#606" clas= s=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477= 033563002540619m_-5914724864031174845m_1634656713353711089m_454679335082412= 0616m_4532961769951057168m_5691870736931185121m_3837995461070946043m_253220= 2319531310957m_7490866102373541101styled-by-prettify m_8754939706200592053m= _4413916798715459674m_-3162815711660668471m_6477033563002540619m_-591472486= 4031174845m_1634656713353711089gmail_msg">String</span><span style=3D"color= :#660" class=3D"m_8754939706200592053m_4413916798715459674m_-31628157116606= 68471m_6477033563002540619m_-5914724864031174845m_1634656713353711089m_4546= 793350824120616m_4532961769951057168m_5691870736931185121m_3837995461070946= 043m_2532202319531310957m_7490866102373541101styled-by-prettify m_875493970= 6200592053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m= _-5914724864031174845m_1634656713353711089gmail_msg">)</span><span style=3D= "color:#606" class=3D"m_8754939706200592053m_4413916798715459674m_-31628157= 11660668471m_6477033563002540619m_-5914724864031174845m_1634656713353711089= m_4546793350824120616m_4532961769951057168m_5691870736931185121m_3837995461= 070946043m_2532202319531310957m_7490866102373541101styled-by-prettify m_875= 4939706200592053m_4413916798715459674m_-3162815711660668471m_64770335630025= 40619m_-5914724864031174845m_1634656713353711089gmail_msg">Int</span><span = style=3D"color:#000" class=3D"m_8754939706200592053m_4413916798715459674m_-= 3162815711660668471m_6477033563002540619m_-5914724864031174845m_16346567133= 53711089m_4546793350824120616m_4532961769951057168m_5691870736931185121m_38= 37995461070946043m_2532202319531310957m_7490866102373541101styled-by-pretti= fy m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_647703= 3563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"><br clas= s=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477= 033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"></span= ></div></code></div><br class=3D"m_8754939706200592053m_4413916798715459674= m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_16346567= 13353711089gmail_msg">I have learned what this "foo: (in: String)Int) = is supposed to mean. But from a beginner's perspective I find it puzzli= ng. Instead it should display something like this:<br class=3D"m_8754939706= 200592053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_= -5914724864031174845m_1634656713353711089gmail_msg"><span style=3D"color:#0= 00" class=3D"m_8754939706200592053m_4413916798715459674m_-31628157116606684= 71m_6477033563002540619m_-5914724864031174845m_1634656713353711089m_4546793= 350824120616m_4532961769951057168m_5691870736931185121m_3837995461070946043= m_2532202319531310957m_7490866102373541101styled-by-prettify m_875493970620= 0592053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-5= 914724864031174845m_1634656713353711089gmail_msg"></span><br class=3D"m_875= 4939706200592053m_4413916798715459674m_-3162815711660668471m_64770335630025= 40619m_-5914724864031174845m_1634656713353711089gmail_msg"><span style=3D"c= olor:#000" class=3D"m_8754939706200592053m_4413916798715459674m_-3162815711= 660668471m_6477033563002540619m_-5914724864031174845m_1634656713353711089m_= 4546793350824120616m_4532961769951057168m_5691870736931185121m_383799546107= 0946043m_2532202319531310957m_7490866102373541101styled-by-prettify m_87549= 39706200592053m_4413916798715459674m_-3162815711660668471m_6477033563002540= 619m_-5914724864031174845m_1634656713353711089gmail_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_8754939706200592053m_4413916798715= 459674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_16= 34656713353711089m_4546793350824120616m_4532961769951057168m_56918707369311= 85121m_3837995461070946043m_2532202319531310957m_7490866102373541101prettyp= rint m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477= 033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"><code = class=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_= 6477033563002540619m_-5914724864031174845m_1634656713353711089m_45467933508= 24120616m_4532961769951057168m_5691870736931185121m_3837995461070946043m_25= 32202319531310957m_7490866102373541101prettyprint m_8754939706200592053m_44= 13916798715459674m_-3162815711660668471m_6477033563002540619m_-591472486403= 1174845m_1634656713353711089gmail_msg"><div class=3D"m_8754939706200592053m= _4413916798715459674m_-3162815711660668471m_6477033563002540619m_-591472486= 4031174845m_1634656713353711089m_4546793350824120616m_4532961769951057168m_= 5691870736931185121m_3837995461070946043m_2532202319531310957m_749086610237= 3541101subprettyprint m_8754939706200592053m_4413916798715459674m_-31628157= 11660668471m_6477033563002540619m_-5914724864031174845m_1634656713353711089= gmail_msg"><span style=3D"color:#000" class=3D"m_8754939706200592053m_44139= 16798715459674m_-3162815711660668471m_6477033563002540619m_-591472486403117= 4845m_1634656713353711089m_4546793350824120616m_4532961769951057168m_569187= 0736931185121m_3837995461070946043m_2532202319531310957m_749086610237354110= 1styled-by-prettify m_8754939706200592053m_4413916798715459674m_-3162815711= 660668471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gm= ail_msg">method created</span><span style=3D"color:#660" class=3D"m_8754939= 706200592053m_4413916798715459674m_-3162815711660668471m_647703356300254061= 9m_-5914724864031174845m_1634656713353711089m_4546793350824120616m_45329617= 69951057168m_5691870736931185121m_3837995461070946043m_2532202319531310957m= _7490866102373541101styled-by-prettify m_8754939706200592053m_4413916798715= 459674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_16= 34656713353711089gmail_msg">:</span><span style=3D"color:#000" class=3D"m_8= 754939706200592053m_4413916798715459674m_-3162815711660668471m_647703356300= 2540619m_-5914724864031174845m_1634656713353711089m_4546793350824120616m_45= 32961769951057168m_5691870736931185121m_3837995461070946043m_25322023195313= 10957m_7490866102373541101styled-by-prettify m_8754939706200592053m_4413916= 798715459674m_-3162815711660668471m_6477033563002540619m_-59147248640311748= 45m_1634656713353711089gmail_msg"> foo</span><span style=3D"color:#660" cla= ss=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_647= 7033563002540619m_-5914724864031174845m_1634656713353711089m_45467933508241= 20616m_4532961769951057168m_5691870736931185121m_3837995461070946043m_25322= 02319531310957m_7490866102373541101styled-by-prettify m_8754939706200592053= m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-59147248= 64031174845m_1634656713353711089gmail_msg">(</span><span style=3D"color:#00= 8" class=3D"m_8754939706200592053m_4413916798715459674m_-316281571166066847= 1m_6477033563002540619m_-5914724864031174845m_1634656713353711089m_45467933= 50824120616m_4532961769951057168m_5691870736931185121m_3837995461070946043m= _2532202319531310957m_7490866102373541101styled-by-prettify m_8754939706200= 592053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-59= 14724864031174845m_1634656713353711089gmail_msg">in</span><span style=3D"co= lor:#660" class=3D"m_8754939706200592053m_4413916798715459674m_-31628157116= 60668471m_6477033563002540619m_-5914724864031174845m_1634656713353711089m_4= 546793350824120616m_4532961769951057168m_5691870736931185121m_3837995461070= 946043m_2532202319531310957m_7490866102373541101styled-by-prettify m_875493= 9706200592053m_4413916798715459674m_-3162815711660668471m_64770335630025406= 19m_-5914724864031174845m_1634656713353711089gmail_msg">:</span><span style= =3D"color:#000" class=3D"m_8754939706200592053m_4413916798715459674m_-31628= 15711660668471m_6477033563002540619m_-5914724864031174845m_1634656713353711= 089m_4546793350824120616m_4532961769951057168m_5691870736931185121m_3837995= 461070946043m_2532202319531310957m_7490866102373541101styled-by-prettify m_= 8754939706200592053m_4413916798715459674m_-3162815711660668471m_64770335630= 02540619m_-5914724864031174845m_1634656713353711089gmail_msg"> </span><span= style=3D"color:#606" class=3D"m_8754939706200592053m_4413916798715459674m_= -3162815711660668471m_6477033563002540619m_-5914724864031174845m_1634656713= 353711089m_4546793350824120616m_4532961769951057168m_5691870736931185121m_3= 837995461070946043m_2532202319531310957m_7490866102373541101styled-by-prett= ify m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_64770= 33563002540619m_-5914724864031174845m_1634656713353711089gmail_msg">String<= /span><span style=3D"color:#660" class=3D"m_8754939706200592053m_4413916798= 715459674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m= _1634656713353711089m_4546793350824120616m_4532961769951057168m_56918707369= 31185121m_3837995461070946043m_2532202319531310957m_7490866102373541101styl= ed-by-prettify m_8754939706200592053m_4413916798715459674m_-316281571166066= 8471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_m= sg">):</span><span style=3D"color:#000" class=3D"m_8754939706200592053m_441= 3916798715459674m_-3162815711660668471m_6477033563002540619m_-5914724864031= 174845m_1634656713353711089m_4546793350824120616m_4532961769951057168m_5691= 870736931185121m_3837995461070946043m_2532202319531310957m_7490866102373541= 101styled-by-prettify m_8754939706200592053m_4413916798715459674m_-31628157= 11660668471m_6477033563002540619m_-5914724864031174845m_1634656713353711089= gmail_msg"> </span><span style=3D"color:#606" class=3D"m_875493970620059205= 3m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-5914724= 864031174845m_1634656713353711089m_4546793350824120616m_4532961769951057168= m_5691870736931185121m_3837995461070946043m_2532202319531310957m_7490866102= 373541101styled-by-prettify m_8754939706200592053m_4413916798715459674m_-31= 62815711660668471m_6477033563002540619m_-5914724864031174845m_1634656713353= 711089gmail_msg">Int</span><span style=3D"color:#000" class=3D"m_8754939706= 200592053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_= -5914724864031174845m_1634656713353711089m_4546793350824120616m_45329617699= 51057168m_5691870736931185121m_3837995461070946043m_2532202319531310957m_74= 90866102373541101styled-by-prettify m_8754939706200592053m_4413916798715459= 674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_16346= 56713353711089gmail_msg"> <br class=3D"m_8754939706200592053m_4413916798715= 459674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_16= 34656713353711089gmail_msg"></span></div></code></div><code class=3D"m_8754= 939706200592053m_4413916798715459674m_-3162815711660668471m_647703356300254= 0619m_-5914724864031174845m_1634656713353711089m_4546793350824120616m_45329= 61769951057168m_5691870736931185121m_3837995461070946043m_25322023195313109= 57m_7490866102373541101prettyprint m_8754939706200592053m_44139167987154596= 74m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_163465= 6713353711089gmail_msg"></code><br class=3D"m_8754939706200592053m_44139167= 98715459674m_-3162815711660668471m_6477033563002540619m_-591472486403117484= 5m_1634656713353711089gmail_msg"><code class=3D"m_8754939706200592053m_4413= 916798715459674m_-3162815711660668471m_6477033563002540619m_-59147248640311= 74845m_1634656713353711089m_4546793350824120616m_4532961769951057168m_56918= 70736931185121m_3837995461070946043m_2532202319531310957m_74908661023735411= 01prettyprint m_8754939706200592053m_4413916798715459674m_-3162815711660668= 471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_ms= g"><div class=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660= 668471m_6477033563002540619m_-5914724864031174845m_1634656713353711089m_454= 6793350824120616m_4532961769951057168m_5691870736931185121m_383799546107094= 6043m_2532202319531310957m_7490866102373541101subprettyprint m_875493970620= 0592053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-5= 914724864031174845m_1634656713353711089gmail_msg"><span style=3D"color:#000= " class=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471= m_6477033563002540619m_-5914724864031174845m_1634656713353711089m_454679335= 0824120616m_4532961769951057168m_5691870736931185121m_3837995461070946043m_= 2532202319531310957m_7490866102373541101styled-by-prettify m_87549397062005= 92053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-591= 4724864031174845m_1634656713353711089gmail_msg"></span></div></code>Would s= omeone support/guide me in fixing this?<br class=3D"m_8754939706200592053m_= 4413916798715459674m_-3162815711660668471m_6477033563002540619m_-5914724864= 031174845m_1634656713353711089gmail_msg"><br class=3D"m_8754939706200592053= m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-59147248= 64031174845m_1634656713353711089gmail_msg">Cheers,<br class=3D"m_8754939706= 200592053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_= -5914724864031174845m_1634656713353711089gmail_msg">Raphael<span class=3D"m= _8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477033563= 002540619m_-5914724864031174845m_1634656713353711089m_4546793350824120616m_= 4532961769951057168m_5691870736931185121m_3837995461070946043m_253220231953= 1310957HOEnZb m_8754939706200592053m_4413916798715459674m_-3162815711660668= 471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_ms= g"><font class=3D"m_8754939706200592053m_4413916798715459674m_-316281571166= 0668471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmai= l_msg" color=3D"#888888"><br class=3D"m_8754939706200592053m_44139167987154= 59674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_163= 4656713353711089gmail_msg"><br class=3D"m_8754939706200592053m_441391679871= 5459674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_1= 634656713353711089gmail_msg"><br class=3D"m_8754939706200592053m_4413916798= 715459674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m= _1634656713353711089gmail_msg"><br class=3D"m_8754939706200592053m_44139167= 98715459674m_-3162815711660668471m_6477033563002540619m_-591472486403117484= 5m_1634656713353711089gmail_msg"></font></span></div><span class=3D"m_87549= 39706200592053m_4413916798715459674m_-3162815711660668471m_6477033563002540= 619m_-5914724864031174845m_1634656713353711089m_4546793350824120616m_453296= 1769951057168m_5691870736931185121m_3837995461070946043m_253220231953131095= 7HOEnZb m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_6= 477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"><fo= nt class=3D"m_8754939706200592053m_4413916798715459674m_-316281571166066847= 1m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"= color=3D"#888888"> <p class=3D"m_8754939706200592053m_4413916798715459674m_-316281571166066847= 1m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"= ></p> -- <br class=3D"m_8754939706200592053m_4413916798715459674m_-31628157116606= 68471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_= msg"> You received this message because you are subscribed to the Google Groups &= quot;scala-language" group.<br class=3D"m_8754939706200592053m_4413916= 798715459674m_-3162815711660668471m_6477033563002540619m_-59147248640311748= 45m_1634656713353711089gmail_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"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477= 033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg" target= =3D"_blank">scala-language+unsubscribe@goo<wbr>glegroups.com</a>.<br class= =3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_64770= 33563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"> For more options, visit <a href=3D"https://groups.google.com/d/optout" clas= s=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477= 033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg" target= =3D"_blank">https://groups.google.com/d/op<wbr>tout</a>.<br class=3D"m_8754= 939706200592053m_4413916798715459674m_-3162815711660668471m_647703356300254= 0619m_-5914724864031174845m_1634656713353711089gmail_msg"> </font></span></blockquote></div><br class=3D"m_8754939706200592053m_441391= 6798715459674m_-3162815711660668471m_6477033563002540619m_-5914724864031174= 845m_1634656713353711089gmail_msg"><br class=3D"m_8754939706200592053m_4413= 916798715459674m_-3162815711660668471m_6477033563002540619m_-59147248640311= 74845m_1634656713353711089gmail_msg" clear=3D"all"><br class=3D"m_875493970= 6200592053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m= _-5914724864031174845m_1634656713353711089gmail_msg"></div></div><span clas= s=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477= 033563002540619m_-5914724864031174845m_1634656713353711089m_454679335082412= 0616m_4532961769951057168m_5691870736931185121m_3837995461070946043HOEnZb m= _8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477033563= 002540619m_-5914724864031174845m_1634656713353711089gmail_msg"><font class= =3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_64770= 33563002540619m_-5914724864031174845m_1634656713353711089gmail_msg" color= =3D"#888888">-- <br class=3D"m_8754939706200592053m_4413916798715459674m_-3= 162815711660668471m_6477033563002540619m_-5914724864031174845m_163465671335= 3711089gmail_msg"><div class=3D"m_8754939706200592053m_4413916798715459674m= _-3162815711660668471m_6477033563002540619m_-5914724864031174845m_163465671= 3353711089m_4546793350824120616m_4532961769951057168m_5691870736931185121m_= 3837995461070946043m_2532202319531310957gmail_signature m_87549397062005920= 53m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-591472= 4864031174845m_1634656713353711089gmail_msg" data-smartmail=3D"gmail_signat= ure"><div dir=3D"ltr" class=3D"m_8754939706200592053m_4413916798715459674m_= -3162815711660668471m_6477033563002540619m_-5914724864031174845m_1634656713= 353711089gmail_msg"><div class=3D"m_8754939706200592053m_441391679871545967= 4m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_1634656= 713353711089gmail_msg"><div dir=3D"ltr" class=3D"m_8754939706200592053m_441= 3916798715459674m_-3162815711660668471m_6477033563002540619m_-5914724864031= 174845m_1634656713353711089gmail_msg"><div class=3D"m_8754939706200592053m_= 4413916798715459674m_-3162815711660668471m_6477033563002540619m_-5914724864= 031174845m_1634656713353711089gmail_msg"><div dir=3D"ltr" class=3D"m_875493= 9706200592053m_4413916798715459674m_-3162815711660668471m_64770335630025406= 19m_-5914724864031174845m_1634656713353711089gmail_msg"><div class=3D"m_875= 4939706200592053m_4413916798715459674m_-3162815711660668471m_64770335630025= 40619m_-5914724864031174845m_1634656713353711089gmail_msg"><div dir=3D"ltr"= class=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m= _6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"><= div class=3D"m_8754939706200592053m_4413916798715459674m_-31628157116606684= 71m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg= ">Oliver Ruebenacker<br class=3D"m_8754939706200592053m_4413916798715459674= m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_16346567= 13353711089gmail_msg"></div><div class=3D"m_8754939706200592053m_4413916798= 715459674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m= _1634656713353711089gmail_msg">Senior Software Engineer, <a href=3D"http://= www.type2diabetesgenetics.org/" class=3D"m_8754939706200592053m_44139167987= 15459674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_= 1634656713353711089gmail_msg" target=3D"_blank">Diabetes Portal</a>, <a hre= f=3D"http://www.broadinstitute.org/" class=3D"m_8754939706200592053m_441391= 6798715459674m_-3162815711660668471m_6477033563002540619m_-5914724864031174= 845m_1634656713353711089gmail_msg" target=3D"_blank">Broad Institute</a><br= class=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m= _6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"><= /div><br class=3D"m_8754939706200592053m_4413916798715459674m_-316281571166= 0668471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmai= l_msg"></div></div></div></div></div></div></div></div> </font></span></div><div class=3D"m_8754939706200592053m_441391679871545967= 4m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_1634656= 713353711089m_4546793350824120616m_4532961769951057168m_5691870736931185121= m_3837995461070946043HOEnZb m_8754939706200592053m_4413916798715459674m_-31= 62815711660668471m_6477033563002540619m_-5914724864031174845m_1634656713353= 711089gmail_msg"><div class=3D"m_8754939706200592053m_4413916798715459674m_= -3162815711660668471m_6477033563002540619m_-5914724864031174845m_1634656713= 353711089m_4546793350824120616m_4532961769951057168m_5691870736931185121m_3= 837995461070946043h5 m_8754939706200592053m_4413916798715459674m_-316281571= 1660668471m_6477033563002540619m_-5914724864031174845m_1634656713353711089g= mail_msg"> <p class=3D"m_8754939706200592053m_4413916798715459674m_-316281571166066847= 1m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"= ></p> -- <br class=3D"m_8754939706200592053m_4413916798715459674m_-31628157116606= 68471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_= msg"> You received this message because you are subscribed to the Google Groups &= quot;scala-language" group.<br class=3D"m_8754939706200592053m_4413916= 798715459674m_-3162815711660668471m_6477033563002540619m_-59147248640311748= 45m_1634656713353711089gmail_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"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477= 033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg" target= =3D"_blank">scala-language+unsubscribe@goo<wbr>glegroups.com</a>.<br class= =3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_64770= 33563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"> For more options, visit <a href=3D"https://groups.google.com/d/optout" clas= s=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477= 033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg" target= =3D"_blank">https://groups.google.com/d/op<wbr>tout</a>.<br class=3D"m_8754= 939706200592053m_4413916798715459674m_-3162815711660668471m_647703356300254= 0619m_-5914724864031174845m_1634656713353711089gmail_msg"> </div></div></blockquote></div><br class=3D"m_8754939706200592053m_44139167= 98715459674m_-3162815711660668471m_6477033563002540619m_-591472486403117484= 5m_1634656713353711089gmail_msg"></div> <p class=3D"m_8754939706200592053m_4413916798715459674m_-316281571166066847= 1m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"= ></p> -- <br class=3D"m_8754939706200592053m_4413916798715459674m_-31628157116606= 68471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_= msg"> You received this message because you are subscribed to the Google Groups &= quot;scala-language" group.<br class=3D"m_8754939706200592053m_4413916= 798715459674m_-3162815711660668471m_6477033563002540619m_-59147248640311748= 45m_1634656713353711089gmail_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"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477= 033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg" target= =3D"_blank">scala-language+unsubscribe@goo<wbr>glegroups.com</a>.<br class= =3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_64770= 33563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"> For more options, visit <a href=3D"https://groups.google.com/d/optout" clas= s=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477= 033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg" target= =3D"_blank">https://groups.google.com/d/op<wbr>tout</a>.<br class=3D"m_8754= 939706200592053m_4413916798715459674m_-3162815711660668471m_647703356300254= 0619m_-5914724864031174845m_1634656713353711089gmail_msg"> </div></div></blockquote></div><br class=3D"m_8754939706200592053m_44139167= 98715459674m_-3162815711660668471m_6477033563002540619m_-591472486403117484= 5m_1634656713353711089gmail_msg"><br class=3D"m_8754939706200592053m_441391= 6798715459674m_-3162815711660668471m_6477033563002540619m_-5914724864031174= 845m_1634656713353711089gmail_msg" clear=3D"all"><br class=3D"m_87549397062= 00592053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_-= 5914724864031174845m_1634656713353711089gmail_msg">-- <br class=3D"m_875493= 9706200592053m_4413916798715459674m_-3162815711660668471m_64770335630025406= 19m_-5914724864031174845m_1634656713353711089gmail_msg"><div class=3D"m_875= 4939706200592053m_4413916798715459674m_-3162815711660668471m_64770335630025= 40619m_-5914724864031174845m_1634656713353711089m_4546793350824120616m_4532= 961769951057168m_5691870736931185121gmail_signature m_8754939706200592053m_= 4413916798715459674m_-3162815711660668471m_6477033563002540619m_-5914724864= 031174845m_1634656713353711089gmail_msg" data-smartmail=3D"gmail_signature"= ><div dir=3D"ltr" class=3D"m_8754939706200592053m_4413916798715459674m_-316= 2815711660668471m_6477033563002540619m_-5914724864031174845m_16346567133537= 11089gmail_msg"><div class=3D"m_8754939706200592053m_4413916798715459674m_-= 3162815711660668471m_6477033563002540619m_-5914724864031174845m_16346567133= 53711089gmail_msg"><div dir=3D"ltr" class=3D"m_8754939706200592053m_4413916= 798715459674m_-3162815711660668471m_6477033563002540619m_-59147248640311748= 45m_1634656713353711089gmail_msg"><div class=3D"m_8754939706200592053m_4413= 916798715459674m_-3162815711660668471m_6477033563002540619m_-59147248640311= 74845m_1634656713353711089gmail_msg"><div dir=3D"ltr" class=3D"m_8754939706= 200592053m_4413916798715459674m_-3162815711660668471m_6477033563002540619m_= -5914724864031174845m_1634656713353711089gmail_msg"><div class=3D"m_8754939= 706200592053m_4413916798715459674m_-3162815711660668471m_647703356300254061= 9m_-5914724864031174845m_1634656713353711089gmail_msg"><div dir=3D"ltr" cla= ss=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_647= 7033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"><div = class=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_= 6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg">Ol= iver Ruebenacker<br class=3D"m_8754939706200592053m_4413916798715459674m_-3= 162815711660668471m_6477033563002540619m_-5914724864031174845m_163465671335= 3711089gmail_msg"></div><div class=3D"m_8754939706200592053m_44139167987154= 59674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_163= 4656713353711089gmail_msg">Senior Software Engineer, <a href=3D"http://www.= type2diabetesgenetics.org/" class=3D"m_8754939706200592053m_441391679871545= 9674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m_1634= 656713353711089gmail_msg" target=3D"_blank">Diabetes Portal</a>, <a href=3D= "http://www.broadinstitute.org/" class=3D"m_8754939706200592053m_4413916798= 715459674m_-3162815711660668471m_6477033563002540619m_-5914724864031174845m= _1634656713353711089gmail_msg" target=3D"_blank">Broad Institute</a><br cla= ss=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_647= 7033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"></div= ><br class=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668= 471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_ms= g"></div></div></div></div></div></div></div></div> </div> <p class=3D"m_8754939706200592053m_4413916798715459674m_-316281571166066847= 1m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"= ></p> -- <br class=3D"m_8754939706200592053m_4413916798715459674m_-31628157116606= 68471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_= msg"> You received this message because you are subscribed to the Google Groups &= quot;scala-language" group.<br class=3D"m_8754939706200592053m_4413916= 798715459674m_-3162815711660668471m_6477033563002540619m_-59147248640311748= 45m_1634656713353711089gmail_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"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477= 033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg" target= =3D"_blank">scala-language+unsubscribe@goo<wbr>glegroups.com</a>.<br class= =3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_64770= 33563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"> For more options, visit <a href=3D"https://groups.google.com/d/optout" clas= s=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477= 033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg" target= =3D"_blank">https://groups.google.com/d/op<wbr>tout</a>.<br class=3D"m_8754= 939706200592053m_4413916798715459674m_-3162815711660668471m_647703356300254= 0619m_-5914724864031174845m_1634656713353711089gmail_msg"> </blockquote></div> <p class=3D"m_8754939706200592053m_4413916798715459674m_-316281571166066847= 1m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"= ></p> -- <br class=3D"m_8754939706200592053m_4413916798715459674m_-31628157116606= 68471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_= msg"> You received this message because you are subscribed to the Google Groups &= quot;scala-language" group.<br class=3D"m_8754939706200592053m_4413916= 798715459674m_-3162815711660668471m_6477033563002540619m_-59147248640311748= 45m_1634656713353711089gmail_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"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477= 033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg" target= =3D"_blank">scala-language+unsubscribe@goo<wbr>glegroups.com</a>.<br class= =3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_64770= 33563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"> For more options, visit <a href=3D"https://groups.google.com/d/optout" clas= s=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477= 033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg" target= =3D"_blank">https://groups.google.com/d/op<wbr>tout</a>.<br class=3D"m_8754= 939706200592053m_4413916798715459674m_-3162815711660668471m_647703356300254= 0619m_-5914724864031174845m_1634656713353711089gmail_msg"> </blockquote></div> <p class=3D"m_8754939706200592053m_4413916798715459674m_-316281571166066847= 1m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"= ></p> -- <br class=3D"m_8754939706200592053m_4413916798715459674m_-31628157116606= 68471m_6477033563002540619m_-5914724864031174845m_1634656713353711089gmail_= msg"> You received this message because you are subscribed to the Google Groups &= quot;scala-language" group.<br class=3D"m_8754939706200592053m_4413916= 798715459674m_-3162815711660668471m_6477033563002540619m_-59147248640311748= 45m_1634656713353711089gmail_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"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477= 033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg" target= =3D"_blank">scala-language+unsubscribe@goo<wbr>glegroups.com</a>.<br class= =3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_64770= 33563002540619m_-5914724864031174845m_1634656713353711089gmail_msg"> For more options, visit <a href=3D"https://groups.google.com/d/optout" clas= s=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471m_6477= 033563002540619m_-5914724864031174845m_1634656713353711089gmail_msg" target= =3D"_blank">https://groups.google.com/d/op<wbr>tout</a>.<br class=3D"m_8754= 939706200592053m_4413916798715459674m_-3162815711660668471m_647703356300254= 0619m_-5914724864031174845m_1634656713353711089gmail_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]" targ= et=3D"_blank">scala-language+unsubscribe@goo<wbr>glegroups.com</a>.<br> For more options, visit <a href=3D"https://groups.google.com/d/optout" targ= et=3D"_blank">https://groups.google.com/d/op<wbr>tout</a>.<br> </div></div></blockquote></div><br></div></div></div></div><div class=3D"m_= 8754939706200592053m_4413916798715459674m_-3162815711660668471HOEnZb"><div = class=3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471h5= "> <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]" targ= et=3D"_blank">scala-language+unsubscribe@goo<wbr>glegroups.com</a>.<br> For more options, visit <a href=3D"https://groups.google.com/d/optout" targ= et=3D"_blank">https://groups.google.com/d/op<wbr>tout</a>.<br> </div></div></blockquote></div><br><br clear=3D"all"><br>-- <br><div class= =3D"m_8754939706200592053m_4413916798715459674m_-3162815711660668471gmail_s= ignature" data-smartmail=3D"gmail_signature"><div dir=3D"ltr"><div><div dir= =3D"ltr"><div><div dir=3D"ltr"><div><div dir=3D"ltr"><div>Oliver Ruebenacke= r<br></div><div>Senior Software Engineer, <a href=3D"http://www.type2diabet= esgenetics.org/" target=3D"_blank">Diabetes Portal</a>, <a href=3D"http://w= ww.broadinstitute.org/" target=3D"_blank">Broad Institute</a><br></div><br>= </div></div></div></div></div></div></div></div> </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]" targ= et=3D"_blank">scala-language+unsubscribe@goo<wbr>glegroups.com</a>.<br> For more options, visit <a href=3D"https://groups.google.com/d/optout" targ= et=3D"_blank">https://groups.google.com/d/op<wbr>tout</a>.<br> </div></div></blockquote></div><br></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]" targ= et=3D"_blank">scala-language+unsubscribe@goo<wbr>glegroups.com</a>.<br> For more options, visit <a href=3D"https://groups.google.com/d/optout" targ= et=3D"_blank">https://groups.google.com/d/op<wbr>tout</a>.<br> </div></div></blockquote></div><br><br clear=3D"all"><br>-- <br><div class= =3D"m_8754939706200592053gmail_signature" data-smartmail=3D"gmail_signature= "><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div di= r=3D"ltr"><div>Oliver Ruebenacker<br></div><div>Senior Software Engineer, <= a href=3D"http://www.type2diabetesgenetics.org/" target=3D"_blank">Diabetes= Portal</a>, <a href=3D"http://www.broadinstitute.org/" target=3D"_blank">B= road Institute</a><br></div><br></div></div></div></div></div></div></div><= /div> </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]" targ= et=3D"_blank">scala-language+unsubscribe@<wbr>googlegroups.com</a>.<br> For more options, visit <a href=3D"https://groups.google.com/d/optout" targ= et=3D"_blank">https://groups.google.com/d/<wbr>optout</a>.<br> </div></div></blockquote></div><br></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 /> --001a1140ac6e8b6c4705403f72b9--