Skip to content

Commit

Permalink
Type を型全体として紹介しない
Browse files Browse the repository at this point in the history
  • Loading branch information
Seasawher committed Oct 20, 2024
1 parent 22cb886 commit ffc9524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LeanByExample/Reference/Type/Type.lean
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/- # Type
`Type` は、型全体がなす型宇宙です。ここで型宇宙とは、項が再び型であるような型のことをいいます。
`Type` は、型がなす型宇宙です。ここで型宇宙とは、項が再び型であるような型のことをいいます。
たとえば `Nat` や `Int`, `Bool` や `String` などが `Type` の項になっています。
-/
Expand Down
2 changes: 1 addition & 1 deletion booksrc/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
- [List: 連結リスト](./Reference/Type/List.md)
- [Prop: 命題全体](./Reference/Type/Prop.md)
- [String: 文字列](./Reference/Type/String.md)
- [Type: 型全体](./Reference/Type/Type.md)
- [Type: 型の型](./Reference/Type/Type.md)

- [タクティク](./Reference/Tactic/README.md)
- [<;> 生成された全ゴールに適用](./Reference/Tactic/SeqFocus.md)
Expand Down

0 comments on commit ffc9524

Please sign in to comment.