Is there an intrinsic reason explaining why Rust does not have higher-kinded-types?

前端 未结 1 1991
遇见更好的自我
遇见更好的自我 2021-02-14 04:48

Rust does not have higher-kinded-types. For example, functor (and thus monad) cannot be written in Rust. I would like to know if there is a deep reason explaining this and why.<

1条回答
提交回复
热议问题