Skip to content

Commit 8d52828

Browse files
committed
Remove useless a name
1 parent 430af02 commit 8d52828

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_ja/overviews/macros/implicits.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ Scala implicit の標準機能である複数のパラメータや重複した
8686

8787
この場合、必須のインスタンスである `Showable[Int]` は先に定義した具現化マクロによって生成される。つまり、マクロを implicit にすることで型クラスインスタンスの具現化を自動化すると同時にマクロを使わない implicit もシームレスに統合することができる。
8888

89-
<a name="fundep_materialization">&nbsp;</a>
9089

9190
## 関数従属性の具現化
9291

0 commit comments

Comments
 (0)