Re: [Haskell-cafe] Pattern combinators

2008-12-22 Thread David Menendez
On Sun, Dec 21, 2008 at 10:14 PM, Andrew Wagner wagner.and...@gmail.com wrote: I'd love to see a copy of this go up on hackage for experimentation. Would you care to upload your code, or send it to me so I can upload it? I've uploaded my latest version to http://hpaste.org/13263. It explicitly

Re: [Haskell-cafe] Pattern combinators

2008-12-21 Thread Andrew Wagner
I'd love to see a copy of this go up on hackage for experimentation. Would you care to upload your code, or send it to me so I can upload it? On Sun, Dec 21, 2008 at 12:37 AM, David Menendez d...@zednenem.com wrote: On Sat, Dec 20, 2008 at 9:34 PM, Jacques Carette care...@mcmaster.ca wrote:

[Haskell-cafe] Pattern combinators

2008-12-20 Thread Andrew Wagner
All, Wadler posted a blog entry the other day about a paper on pattern-matching in Haskell (http://wadler.blogspot.com/). I've taken a first stab at turning it into actual code for hackage (http://hpaste.org/13215). There are two commented-out definitions that don't type-check, though, and the

Re: [Haskell-cafe] Pattern combinators

2008-12-20 Thread Jacques Carette
Andrew Wagner wrote: Wadler posted a blog entry the other day about a paper on pattern-matching in Haskell (http://wadler.blogspot.com/). I've taken a first stab at turning it into actual code for hackage (http://hpaste.org/13215). There are two commented-out definitions that don't

Re: [Haskell-cafe] Pattern combinators

2008-12-20 Thread David Menendez
On Sat, Dec 20, 2008 at 9:34 PM, Jacques Carette care...@mcmaster.ca wrote: Andrew Wagner wrote: Wadler posted a blog entry the other day about a paper on pattern-matching in Haskell (http://wadler.blogspot.com/). I've taken a first stab at turning it into actual code for hackage