Circular compositions should throw an error at the `compose` stage, but that is currently not covered by any tests. - cover this situation in a test - does it need a better message?
Circular compositions should throw an error at the
composestage, but that is currently not covered by any tests.