The function `length` is not part of the object interface ``` ast> let o = A(1,2) ast> o @length() error: (id...) is not a member of type A ast> ``` The error message should clearly state so.
The function
lengthis not part of the object interfaceThe error message should clearly state so.