Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit c6353fb

Browse files
authored
1.6章 polymorphism (#19)
* wip * 和訳完了 * 体裁、コメントアウト忘れ修正 * 全角句読点の後にあるバッククォートとの間のスペース削除 * 翻訳ルールに沿って表現修正 * コメントアウト位置修正 * セルフレビュー * 章タイトル修正
1 parent f66242f commit c6353fb

File tree

2 files changed

+391
-2
lines changed

2 files changed

+391
-2
lines changed

functional-programming-lean/src/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- [関数と定義](./getting-to-know/functions-and-definitions.md)
1111
- [構造体](./getting-to-know/structures.md)
1212
- [データ型・パターン・再帰](./getting-to-know/datatypes-and-patterns.md)
13-
- [Polymorphism](./getting-to-know/polymorphism.md)
13+
- [多相性](./getting-to-know/polymorphism.md)
1414
- [Additional Conveniences](./getting-to-know/conveniences.md)
1515
- [Summary](./getting-to-know/summary.md)
1616
- [ハローワールド!](./hello-world.md)

0 commit comments

Comments
 (0)