We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6583e5 commit 237ddc3Copy full SHA for 237ddc3
docs/internals/higher-kinded-v2.md
@@ -3,9 +3,13 @@ layout: default
3
title: "Higher-Kinded Types in Dotty"
4
---
5
6
+**This page is out of date and preserved for posterity. Please see [Implementing
7
+Higher-Kinded Types in
8
+Dotty](http://guillaume.martres.me/publications/dotty-hk.pdf) for a more up to
9
+date version**
10
+
11
Higher-Kinded Types in Dotty V2
12
===============================
-
13
This note outlines how we intend to represent higher-kinded types in Dotty.
14
The principal idea is to collapse the four previously disparate features of
15
refinements, type parameters, existentials and higher-kinded types into just
0 commit comments