Skip to content

Commit

Permalink
単語の最後の長音を取り除く
Browse files Browse the repository at this point in the history
ユーザー → ユーザ
  • Loading branch information
Seasawher committed Oct 21, 2023
1 parent 5e4e047 commit 58225c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,4 @@ Definitions that are to be unfolded are called _reducible_.
Control over reducibility is essential to allow Lean to scale: fully unfolding all definitions can result in very large types that are slow for a machine to process and difficult for users to understand.
Definitions produced with `abbrev` are marked as reducible. -->

舞台裏では, オーバーロードの解決時に, 展開可能(unfoldable)であると内部でマークされる定義もあれば,そうでない定義もあります.展開される定義は *reducible* と呼ばれます.Lean をスケールさせるためには,定義の展開可能性のコントロールが不可欠です:すべての定義を完全に展開すると, 型が非常に大きくなり, 機械が処理するのに時間がかかりますし, ユーザーにとっても理解しづらいものになります`abbrev` で生成された定義は reducible であるとマークされます.
舞台裏では, オーバーロードの解決時に, 展開可能(unfoldable)であると内部でマークされる定義もあれば,そうでない定義もあります.展開される定義は *reducible* と呼ばれます.Lean をスケールさせるためには,定義の展開可能性のコントロールが不可欠です:すべての定義を完全に展開すると, 型が非常に大きくなり, 機械が処理するのに時間がかかりますし, ユーザにとっても理解しづらいものになります`abbrev` で生成された定義は reducible であるとマークされます.

0 comments on commit 58225c3

Please sign in to comment.