Skip to content

Add infix `on`

Clean Importer requested to merge add-infix-on into master

Often, on is more convenient in an infix version; see the examples here. Since Clean does not automatically make functions infix when they are surrounded by backticks, we add this one manually.

Merge request reports