Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
projektfu
8mo ago
0 comments
Share
f . g is still doing g first, then f, right? Haskell has pipelines in the Flow library.
https://hackage-content.haskell.org/package/flow-2.0.0.9/doc...
0 comments
default
newest
oldest
valcron1000
8mo ago
No need to import a third party library: you can use `Data.Function ((&))` for this:
arg & f1 & f2 & f3
dismalaf
8mo ago
Ooops my bad. Been too long.
j
/
k
navigate · click thread line to collapse