Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
projektfu
10mo ago
0 comments
Save
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
2 comments · 2 top-level
top
newest
oldest
valcron1000
10mo ago
No need to import a third party library: you can use `Data.Function ((&))` for this:
arg & f1 & f2 & f3
dismalaf
10mo ago
Ooops my bad. Been too long.
j
/
k
navigate · click thread line to collapse