In this video, I talk about the Rename operator. The Rename operator renames a parameter of a function. This is useful when you want to delay the injection of a parameter to a later moment and decide that its current name might not be understandable in the context of the high level functions that the parameter will be bubbled up to.
You can try this example in the browser here: https://divex.dev/try-in-the-browser-cscompose/?sample=Rename