Skip to content

Commit a40d1aa

Browse files
committed
Remove mill and implicit arguments
1 parent 1b08319 commit a40d1aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/blog/_posts/2019-03-01-13th-dotty-milestone-release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ implicit values and we identify that their semantic differences must be
7878
communicated more clearly syntactically. Secondly, implicits pose challenges for
7979
tooling such as error reporting for failed implicit searches. Furthermore, the
8080
`implicit` keyword is way too overloaded (implicit vals, defs, objects,
81-
parameters, or arguments). For instance, a newcomer can easily confuse the two
81+
parameters). For instance, a newcomer can easily confuse the two
8282
examples above while they demonstrate completely different things, a typeclass
8383
instance is an implicit object or val if unconditional and an implicit def with
8484
implicit parameters if conditional; arguably all of them are surprisingly
@@ -321,11 +321,11 @@ sbt new lampepfl/dotty.g8
321321
For more details on using Dotty with sbt, see the
322322
[example project](https://github.com/lampepfl/dotty-example-project).
323323

324-
## [Mill](http://www.lihaoyi.com/mill/)
324+
<!-- ## [Mill](http://www.lihaoyi.com/mill/)
325325
326326
The Mill build tool version 0.2.6 introduced experimental support for Dotty. For more details on
327327
using Dotty with Mill, see the
328-
[example project](https://github.com/lampepfl/dotty-example-project/tree/mill).
328+
[example project](https://github.com/lampepfl/dotty-example-project/tree/mill). -->
329329

330330
## IDE support
331331

0 commit comments

Comments
 (0)