Skip to content

explain trait inheritance #216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
vks opened this issue Aug 13, 2014 · 2 comments
Closed

explain trait inheritance #216

vks opened this issue Aug 13, 2014 · 2 comments

Comments

@vks
Copy link
Contributor

vks commented Aug 13, 2014

The trait chapter does not explain inheritance. A minimal example:

trait C : A + B {}

This means that any implementation of C also has to implement A and B.
See the reference manual for documentation.

@mdinger
Copy link
Contributor

mdinger commented Aug 9, 2015

This still needs doing. The relevant book page.

@steveklabnik
Copy link
Member

This is covered by #90

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants