Finding the type of functions
I have a problem regarding finding the type in haskell.
The question is as follows: Find the type of curry uncurry
Does anyone know a way to find the type?
The answer should be ((b1, b2) -> c, b1) -> b2 -> c.
I have a problem regarding finding the type in haskell.
The question is as follows: Find the type of curry uncurry
Does anyone know a way to find the type?
The answer should be ((b1, b2) -> c, b1) -> b2 -> c.