Hacker News new | ask | show | jobs
by tedreed 2218 days ago
It doesn't even seem to be piping anything around though. The result of the filtering certainly isn't getting piped anywhere.

If I wanted something like this I'd probably just reach for pampy and use pattern matching. Which still isn't "Monadic".

1 comments

The result of the chain is retained in the `value` property as described in the documentation. Mapping and composition are supported.