From 84584396d0630f5d4bf08fff1942501c182ccad1 Mon Sep 17 00:00:00 2001 From: August Nagro Date: Thu, 4 Feb 2021 20:02:05 -0800 Subject: [PATCH] Fix broken link to 'By Name Context Parameters' page Cool feature by the way. --- docs/docs/reference/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/reference/overview.md b/docs/docs/reference/overview.md index 225385265c48..3eafa63f635b 100644 --- a/docs/docs/reference/overview.md +++ b/docs/docs/reference/overview.md @@ -126,7 +126,7 @@ To enable porting most uses of macros, we are experimenting with the advanced la by itself a straightforward implementation of some simple macros and is at the same time an essential building block for the implementation of complex macros. - [Quotes and Splices](metaprogramming/macros.md) provide a principled way to express macros and staging with a unified set of abstractions. - [Type class derivation](contextual/derivation.md) provides an in-language implementation of the `Gen` macro in Shapeless and other foundational libraries. The new implementation is more robust, efficient and easier to use than the macro. -- [Implicit by-name parameters](contextual/implicit-by-name-parameters.md) provide a more robust in-language implementation of the `Lazy` macro in [Shapeless](https://github.com/milessabin/shapeless). +- [Implicit by-name parameters](contextual/by-name-context-parameters.md) provide a more robust in-language implementation of the `Lazy` macro in [Shapeless](https://github.com/milessabin/shapeless). ## See Also