Skip to content

Commit ac9e34f

Browse files
authored
Merge pull request #840 from lean-ja/Seasawher/issue839
目次の順番の入れ替え
2 parents 89b1082 + 86f0f10 commit ac9e34f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/SUMMARY.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,22 @@
6868
- [match_pattern: 独自パタンマッチ](./Attribute/MatchPattern.md)
6969
- [simps: simp補題の自動生成](./Attribute/Simps.md)
7070

71+
- [型クラス](./TypeClass/README.md)
72+
- [Coe: 型強制](./TypeClass/Coe.md)
73+
- [CoeDep: 依存型強制](./TypeClass/CoeDep.md)
74+
- [CoeFun: 関数型への強制](./TypeClass/CoeFun.md)
75+
- [CoeSort: 型宇宙への強制](./TypeClass/CoeSort.md)
76+
- [Decidable: 決定可能](./TypeClass/Decidable.md)
77+
- [GetElem: n番目の要素を取得](./TypeClass/GetElem.md)
78+
- [Inhabited: 有項にする](./TypeClass/Inhabited.md)
79+
- [OfNat: 数値リテラルを使用](./TypeClass/OfNat.md)
80+
- [Repr: 表示方法を指定](./TypeClass/Repr.md)
81+
- [ToString: 文字列に変換](./TypeClass/ToString.md)
82+
83+
- [](./Type/README.md)
84+
- [Prop: 命題全体](./Type/Prop.md)
85+
- [Type: 型全体](./Type/Type.md)
86+
7187
- [タクティク](./Tactic/README.md)
7288
- [<;> 生成された全ゴールに適用](./Tactic/SeqFocus.md)
7389
- [ac_rfl: 可換性と結合性を使う](./Tactic/AcRfl.md)
@@ -150,22 +166,6 @@
150166
- [with_reducible: 透過度指定](./Tactic/WithReducible.md)
151167
- [wlog: 一般性を失わずに特殊化](./Tactic/Wlog.md)
152168

153-
- [型クラス](./TypeClass/README.md)
154-
- [Coe: 型強制](./TypeClass/Coe.md)
155-
- [CoeDep: 依存型強制](./TypeClass/CoeDep.md)
156-
- [CoeFun: 関数型への強制](./TypeClass/CoeFun.md)
157-
- [CoeSort: 型宇宙への強制](./TypeClass/CoeSort.md)
158-
- [Decidable: 決定可能](./TypeClass/Decidable.md)
159-
- [GetElem: n番目の要素を取得](./TypeClass/GetElem.md)
160-
- [Inhabited: 有項にする](./TypeClass/Inhabited.md)
161-
- [OfNat: 数値リテラルを使用](./TypeClass/OfNat.md)
162-
- [Repr: 表示方法を指定](./TypeClass/Repr.md)
163-
- [ToString: 文字列に変換](./TypeClass/ToString.md)
164-
165-
- [](./Type/README.md)
166-
- [Prop: 命題全体](./Type/Prop.md)
167-
- [Type: 型全体](./Type/Type.md)
168-
169169
- [演習問題](./Exercise/README.md)
170170
- [床屋のパラドクス](./Exercise/BarberParadox.md)
171171
- [「ならば」の定義を疑う](./Exercise/DoubtImplication.md)

0 commit comments

Comments
 (0)