I am new to Haskell. ( )s confuses me and I want to understand their purpose

后端 未结 0 1384
臣服心动
臣服心动 2021-02-06 16:39

Which of the types below are the same type:

i. a -> b -> c -> d

ii. (a -> b) -> c -> d

iii. a -> (b -> c) -> d

iv. a ->

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