|
68 | 68 | - [match_pattern: 独自パタンマッチ](./Attribute/MatchPattern.md)
|
69 | 69 | - [simps: simp補題の自動生成](./Attribute/Simps.md)
|
70 | 70 |
|
| 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 | + |
71 | 87 | - [タクティク](./Tactic/README.md)
|
72 | 88 | - [<;> 生成された全ゴールに適用](./Tactic/SeqFocus.md)
|
73 | 89 | - [ac_rfl: 可換性と結合性を使う](./Tactic/AcRfl.md)
|
|
150 | 166 | - [with_reducible: 透過度指定](./Tactic/WithReducible.md)
|
151 | 167 | - [wlog: 一般性を失わずに特殊化](./Tactic/Wlog.md)
|
152 | 168 |
|
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 |
| - |
169 | 169 | - [演習問題](./Exercise/README.md)
|
170 | 170 | - [床屋のパラドクス](./Exercise/BarberParadox.md)
|
171 | 171 | - [「ならば」の定義を疑う](./Exercise/DoubtImplication.md)
|
|
0 commit comments