How to demand functional dependency for constraint-producing kind

后端 未结 0 1384
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-31 05:19

Consider the following code:

type CFunctor f = forall x y. (x -> y -> Constraint) -> f x -> f y -> Constraint

type MapList :: CFunctor []
clas         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题