From d3d7df19f39399a0ab522ef82b588be09ab5c84e Mon Sep 17 00:00:00 2001 From: danakj Date: Mon, 20 Jan 2025 13:54:06 -0500 Subject: [PATCH] link future work --- proposals/p4682.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proposals/p4682.md b/proposals/p4682.md index e7ccbf4bfff54..2026143d4daac 100644 --- a/proposals/p4682.md +++ b/proposals/p4682.md @@ -314,7 +314,8 @@ usage. There are at least two ways in which we can do so. The first is to include them in the `prelude` library of the `Core` package. This ensures they are available in every Carbon file as `Core.Array`. The second is by making the type available through a shorthand without going through the `Core` package -name. Here we propose to do the former, and leave the latter to future work. +name. Here we propose to do the former, and leave the latter to +[future work](#future-work). ## Rationale