[rust-dev] iface type parameter restrictions

2012-04-16 Thread Steven Blenkinsop
Motivated by the thread paring back the self type to be, well, just a type https://mail.mozilla.org/pipermail/rust-dev/2012-April/001661.html I decided to see how far I could get toward implementing monads given the self type [constructor] as-is. I ran into several things that got in the way, so

Re: [rust-dev] iface type parameter restrictions

2012-04-16 Thread Niko Matsakis
On 4/16/12 6:23 PM, Steven Blenkinsop wrote: Motivated by the thread paring back the self type to be, well, just a type https://mail.mozilla.org/pipermail/rust-dev/2012-April/001661.html I decided to see how far I could get toward implementing monads given the self type [constructor] as-is. I