[Haskell] CFP: 20th ACM MSWiM - Miami Beach, USA

2017-04-18 Thread Robson De Grande
=== Call-For-Papers: 20th ACM MSWiM 2017 Miami Beach, Florida, Nov 21-25, 2017 http://www.mswimconf.com/2017 IMPORTANT: Submission deadline: May 20th 2017

[Haskell] CFP IEEE/ACM DS-RT 2017, Rome, Italy

2017-04-18 Thread Robson De Grande
Please accept our apologies if you have received multiple copies. Call for Papers - DS-RT 2017 21st IEEE/ACM

[Haskell] haskell Summer of Code

2017-04-18 Thread Bhavishya Desai
Hello devs, I'm attaching the link of my proposal for summer of code.I'm interested in IOS app for codeworld. Here it is:Proposal Sorry if it's not the right place for submitting proposals for

Re: [Haskell] haskell Summer of Code

2017-04-18 Thread Harendra Kumar
It is surprising that the haskell summer of code webpage does not mention how to or where to submit a proposal. After reading this email I went through the SoC announcement email myself and thus got to https://summer.haskell.org/ which too does not have any details on how to submit proposals,

Re: Haskell 2020: 'let' to be optional and with wider scope of visibility, like other Haskell functions

2017-04-18 Thread Vassil Ognyanov Keremidchiev
It's just helping clean up a bit words that doesn't have much meaning. Currently GHCi in GHC 8 is supporting this, so you could write both: x = 10 x <- return 10 Which is great! 2017-04-17 17:03 GMT+03:00 Sven Panne : > 2017-04-17 14:19 GMT+02:00 Adam Bergmark

RE: Why isn't this Overlapping?

2017-04-18 Thread Simon Peyton Jones via Glasgow-haskell-users
Moreover, as discussed in the user manual section, GHC doesn’t complain about overlapping instances at the instance decl, but rather where the instances are used. That’s why there is no overlap

RE: Why isn't this Overlapping?

2017-04-18 Thread Anthony Clayden
> On Tue Apr 18 10:31:30 UTC 2017, Simon Peyton Jones wrote: > > Moreover, as discussed in the user manual section, > GHC doesn’t complain about overlapping instances at the instance decl, > but rather where the instances are used. Thank you Simon, yes I knew that, so I'd written a usage (just