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.
为了使 ML 类型推断的 PT 算法起作用,输入程序表达式必须具有每个绑定变量都是不同的属性。有人可以用一个例子来解释吗?
关键是不同绑定器绑定的变量彼此不同,因此可能具有不同的类型。因此,重命名它们是一个好习惯,以避免混淆并能够谈论“x”的类型,而不必担心我们指的是“x”的绑定器中的哪个。