From d9ed4c78053084ab4fff65e393cc5f280a2b193f Mon Sep 17 00:00:00 2001 From: Olivier ROLAND Date: Sat, 4 May 2019 17:34:40 +0200 Subject: [PATCH] Refresh main doc page and fix broken links --- docs/_includes/features.html | 62 ++++++++++++++++++++++++++++++------ 1 file changed, 53 insertions(+), 9 deletions(-) diff --git a/docs/_includes/features.html b/docs/_includes/features.html index 957f85b33326..e1a551bc32b8 100644 --- a/docs/_includes/features.html +++ b/docs/_includes/features.html @@ -9,40 +9,80 @@

So, features?

- Union, intersection and literal singleton types + Intersection Types Implemented - Trait parameters + Union Types Implemented - @static methods and fields + Type lambdas Implemented - SBT incremental build + Context query Implemented - Option-less pattern matching + Trait parameters + Implemented + + + Implied Instances + Implemented + + + Inferable parameters + Implemented + + + Extension Methods + Implemented + + + Opaque Type Aliases + Implemented + + + Toplevel definitions + Implemented + + + Export clauses Implemented - Automatic tupling of function parameters + Vararg patterns Implemented - Multiversal equality + Creator applications Implemented - Implicit function types + Literal singleton types + Implemented + + + @static methods and fields + Implemented + + + SBT incremental build + Implemented + + + Option-less pattern matching + Implemented + + + Multiversal equality Implemented Erased Terms - In progress + Implemented Auto-Specialization @@ -64,6 +104,10 @@

So, features?

Effects Considered + + and many more, check the overview page for a comprehensive list + +