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 dont know how to think solving these.
I can use :t to find the answer, but I want to do it by hand.
New contributor
Gustav Persson Skytting is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.