Marijn Haverbeke e0fa5cd2ed Self types for ifaces
This allows a 'Name:' to appear in front of an iface declaration's
name, which will cause 'Name' to refer to the self type (with the same
number of type parameters as the iface has) in the method signatures
of the iface. For example:

    iface F: functor<A> {
        fn fmap<B>(f: fn(A) -> B) -> F<B>;
    }

Issue #1718
2012-02-06 09:56:41 +01:00
..
2012-02-03 14:07:35 +01:00
2012-02-05 16:38:18 -08:00
2012-01-31 20:59:42 -08:00
2012-02-01 22:41:54 -08:00
2012-02-01 22:41:54 -08:00
2012-02-05 16:38:18 -08:00
2012-01-31 10:08:24 -08:00
2012-02-03 12:00:49 -08:00
2012-02-03 12:00:49 -08:00
2012-02-03 14:09:44 +01:00
2012-01-31 19:32:27 -08:00
2012-02-06 09:56:41 +01:00