From 91f4184cf42d372583a85522cc12e36aa2ce58e3 Mon Sep 17 00:00:00 2001 From: Allan Renucci Date: Tue, 16 Oct 2018 14:25:57 +0200 Subject: [PATCH] Add link to by name implicit SIP to the doc --- docs/docs/reference/implicit-by-name-parameters.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/reference/implicit-by-name-parameters.md b/docs/docs/reference/implicit-by-name-parameters.md index f82df4618bdd..51c508193e8d 100644 --- a/docs/docs/reference/implicit-by-name-parameters.md +++ b/docs/docs/reference/implicit-by-name-parameters.md @@ -66,3 +66,4 @@ No lazy val was generated because the synthesized argument is not recursive. ### Reference For more info, see [Issue #1998](https://github.com/lampepfl/dotty/issues/1998) +and the associated [Scala SIP](https://docs.scala-lang.org/sips/byname-implicits.html).