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.
我需要知道 Haskell 绑定类型 (>>=) 运算符的 System F 类型是什么。
到目前为止,我是这样写的:
(M::*->* A::*) -> (A::* -> (M::*->* B::*)) -> (M::*->* B:*)
这样对吗?如果正确,我如何找到最终结果?
谢谢!