Skip to content

Commit 237ddc3

Browse files
committed
Warn users about outdated HK scheme
1 parent d6583e5 commit 237ddc3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/internals/higher-kinded-v2.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ layout: default
33
title: "Higher-Kinded Types in Dotty"
44
---
55

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+
611
Higher-Kinded Types in Dotty V2
712
===============================
8-
913
This note outlines how we intend to represent higher-kinded types in Dotty.
1014
The principal idea is to collapse the four previously disparate features of
1115
refinements, type parameters, existentials and higher-kinded types into just

0 commit comments

Comments
 (0)