Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么这个定义会受到单态限制的影响?
z = \n -> n + 1
这不是:
z n = n + 1