Add "Transparent error subtyping" to README
This also reorganized the list to match the website * README.md: Added "Transparent error subtyping". Reordered list.master
parent
c662106e86
commit
9431efacfe
|
@ -18,11 +18,12 @@ Current support includes:
|
||||||
|
|
||||||
* Simple and intuitive class definitions
|
* Simple and intuitive class definitions
|
||||||
* Classical inheritance
|
* Classical inheritance
|
||||||
|
* Traits as mixins
|
||||||
|
* Access modifiers (public, protected, and private)
|
||||||
* Abstract classes and methods
|
* Abstract classes and methods
|
||||||
* Interfaces
|
* Interfaces
|
||||||
* Traits as mixins
|
|
||||||
* Visibility (public, protected, and private members)
|
|
||||||
* Static and constant members
|
* Static and constant members
|
||||||
|
* Transparent error subtyping
|
||||||
|
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
Loading…
Reference in New Issue