THE WAY TO BE SURE is a user on functional.cafe. You can follow them or interact with them if you have an account anywhere in the fediverse. If you don't, you can sign up here.
THE WAY TO BE SURE @pureevil

Pipes (hackage.haskell.org/package/pi) seems like an awesome solution for describing dataflow with a simple DSL, except I rarely have completely linear dataflows in my code. At best, I have a unidirectional graph. Pipes-concurrency (hackage.haskell.org/package/pi) solves this issue to some extend. I'm curious whether this turns to have any benefits to what we're doing here.

@pureevil It's amazing that someone was able to well-type that idea and make it a library. I haven't had a need for that library yet, but I'll be really excited when that need arises.