What does composability mean in context of functional programming?
- by Surya
What do functional programmers mean when they say a certain thing is composable or not composable?
Some of the statements of this sort that I've read are:
Control structures are not composable.
Threads do not compose.
Monadic operations are composable.