1 2 3 4 5 6 7 8
package foo:bar; interface foo { resource b; resource a { constructor() -> result<b, string>; } }