Hacker News new | ask | show | jobs
by arianvanp 2616 days ago
http://hackage.haskell.org/package/pipes is the first that comes to mind.

And just Haskell programming in general involve composition Effects are monads and program composition is composition over kleisli arrows .

1 comments

That looks very interesting and could be source of interesting ideas. Thank you.