Would it be useful to define `:|` to be right-associative? This would enable something like this: ``` purs 0 :| 1 :| 2 :| [] ```