Skip to content

Commit 002ce46

Browse files
committed
remove link to type classes page
1 parent 2f8cd56 commit 002ce46

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_zh-cn/overviews/scala3-book/scala-for-python-devs.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,9 @@ a.takeWhile(_ < 30) // List(10, 20)
13101310
Scala 中的有些概念目前在 Python 中没有等效的功能。
13111311
请点击以下链接了解更多详情:
13121312

1313-
- 大多数与[上下文抽象][contextual]相关的概念,如[扩展方法][extension-methods][类型类][type-classes]、隐式值
1313+
<!-- TODO: add back [类型类][type-classes] link when translation is ready -->
1314+
<!-- - 大多数与[上下文抽象][contextual]相关的概念,如[扩展方法][extension-methods]、[类型类][type-classes]、隐式值 -->
1315+
- 大多数与[上下文抽象][contextual]相关的概念,如[扩展方法][extension-methods]、类型类、隐式值
13141316
- Scala 允许多参数列表,从而实现部分应用函数等特性,以及创建自己的 DSL 的能力
13151317
- 样例类,对于函数式编程和模式匹配非常有用
13161318
- 创建自己的控制结构和 DSL 的能力
@@ -1355,6 +1357,6 @@ pip install -r requirements.txt
13551357
[modeling-intro]: {% link _zh-cn/overviews/scala3-book/domain-modeling-intro.md %}
13561358
[multiversal]: {% link _zh-cn/overviews/scala3-book/ca-multiversal-equality.md %}
13571359
[toplevel]: {% link _zh-cn/overviews/scala3-book/taste-toplevel-definitions.md %}
1358-
[type-classes]: {% link _zh-cn/overviews/scala3-book/types-type-classes.md %}
1360+
<!-- [type-classes]: LINK @ _zh-cn/overviews/scala3-book/types-type-classes.md -->
13591361
[union-types]: {% link _zh-cn/overviews/scala3-book/types-union.md %}
13601362
</div>

0 commit comments

Comments
 (0)