Suppose that the Haskell or lambda calculus presents the following fuction types:
A -> B -> C
(A -> B) -> C
How are these two different?
|
Suppose that the Haskell or lambda calculus presents the following fuction types: A -> B -> C (A -> B) -> C How are these two different? |
|||
|
|
The first is a function from |
|||||||||
|
|
Here are two example functions with your types that will help you figure out how these are different:
|
|||
|
|