@@ -78,7 +78,7 @@ implicit values and we identify that their semantic differences must be
78
78
communicated more clearly syntactically. Secondly, implicits pose challenges for
79
79
tooling such as error reporting for failed implicit searches. Furthermore, the
80
80
` 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
82
82
examples above while they demonstrate completely different things, a typeclass
83
83
instance is an implicit object or val if unconditional and an implicit def with
84
84
implicit parameters if conditional; arguably all of them are surprisingly
@@ -321,11 +321,11 @@ sbt new lampepfl/dotty.g8
321
321
For more details on using Dotty with sbt, see the
322
322
[ example project] ( https://github.com/lampepfl/dotty-example-project ) .
323
323
324
- ## [ Mill] ( http://www.lihaoyi.com/mill/ )
324
+ <!-- ## [Mill](http://www.lihaoyi.com/mill/)
325
325
326
326
The Mill build tool version 0.2.6 introduced experimental support for Dotty. For more details on
327
327
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). -->
329
329
330
330
## IDE support
331
331
0 commit comments