任何人都可以帮我解释长度+ 1的类型我尝试用以下命令输入ghci :t length + 1 它返回Num([a]->Int)=>[a]->Int 这是什么意思?谢谢
:t length + 1
Num([a]->Int)=>[a]->Int
haskell
haskell ×1