(pure) function

2022-11-23T23:18:07Z

composability

Composability is the ability to connect two functions together to create another function. This necessitates that the output of one function is of the same type as the input of the other, which is implicit in a unified interface.

composable

Dorian Taylor

Glossary & Index