or having your scopes provide their syntax: ``` cl...
# arrow-contributors
r
or having your scopes provide their syntax:
Copy code
class CustomScope<A>(SA: Show<A>): Show<A> by A {
    ... a.show()
}