-
Notifications
You must be signed in to change notification settings - Fork 39
Allow implementing interfaces after type declaration #995
Open
Labels
Description
Proposed syntax:
Fooable: interface <T> { foo: func -> T } // Perhaps 'extend Cell<T> implements Fooable<T>' extend Cell<T> as Fooable<T> { foo: func -> T { val } }
@fasterthanlime
Thoughts?