I have a question about how to call the function when we see the type declartion.我有一个关于阅读函数声明时候,如何调用函数的疑问。 比如:
f :: (Double,Double,Double) -> (Double,Double) It is one parameter, but it must be a tuple with three tuple elements
::Double->Double->Double What does it mean?
… 阅读全文>>