first.pipe(Layer.provide(second))Sequential composition of layers implies that the output of one layer (first) is used as input for the subsequent layer (second), resulting in one layer with the requirement of the first, and the output of the second.
