1
0
Fork 0

Add "Transparent error subtyping" to README

This also reorganized the list to match the website

* README.md: Added "Transparent error subtyping".
  Reordered list.
master
Mike Gerwitz 2016-07-16 00:01:09 -04:00
parent c662106e86
commit 9431efacfe
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 3 additions and 2 deletions

View File

@ -18,11 +18,12 @@ Current support includes:
* Simple and intuitive class definitions
* Classical inheritance
* Traits as mixins
* Access modifiers (public, protected, and private)
* Abstract classes and methods
* Interfaces
* Traits as mixins
* Visibility (public, protected, and private members)
* Static and constant members
* Transparent error subtyping
## Documentation