在F#中,使用管道前向运算符|>非常常见.但是,在Haskell中,我只见过使用过的函数组合(.).我知道它们是相关的,但是有没有一种语言原因在Haskell中没有使用管道转发,还是其他什么?
|>
(.)
f# haskell functional-programming composition
composition ×1
f# ×1
functional-programming ×1
haskell ×1