Skip to content

Commit f58af7a

Browse files
authoredJul 17, 2024··
Fix a sentence
1 parent 6093aa6 commit f58af7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎functional-programming-lean/src/type-classes/polymorphism.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ For now, ignore these parameters to `Type`.
6767
-->
6868

6969
在这个输出信息中,实例本身被给予了 `inst` 这个名字。
70-
此外,`Type` 后面有一个 `u_1`这是 Lean
71-
目前,可以忽略这些Type的参数
70+
此外,`Type` 后面有一个 `u_1`这里使用了目前尚未介绍的 Lean 的特性。
71+
我们可以暂时忽略这些 `Type` 的参数
7272

7373
<!--
7474
## Defining Polymorphic Functions with Instance Implicits

0 commit comments

Comments
 (0)
Please sign in to comment.