-2
可能重複:
What does a fullstop or period or dot (.) mean in Haskell?是什麼。在Haskell中做什麼?
這是這樣一個普遍的問題,但其實我不知道爲什麼它的存在。如果你有像:sort.function是什麼。實際上呢?或者意思?
可能重複:
What does a fullstop or period or dot (.) mean in Haskell?是什麼。在Haskell中做什麼?
這是這樣一個普遍的問題,但其實我不知道爲什麼它的存在。如果你有像:sort.function是什麼。實際上呢?或者意思?
功能組成。
(f . g) x
相同f (g x)
的[什麼是一個句號或句點或點(。),是指在Haskell?(可能重複http://stackoverflow.com/questions/2486564/what-does- a-fullstop-or-period-or-dot-mean-in-haskell)和[在Haskell中的點運算符:需要更多解釋](http://stackoverflow.com/questions/631284/dot-operator-in-haskell-需要,更解釋) – Mankarse