turns out the document was never published as a pu...
# squarelibraries
k
turns out the document was never published as a public blog post. The gist of the problem is that compose only cares about composable functions. It doesn't care what houses those functions. So the same function call across two different instances of the same class are functionally the same to compose which makes things very weird. Someone correct me if I've oversimplified that.