Documentation for infix +|
assembled from the following pages:
Language documentation: Operators §
From Operators
(Operators) infix +| §
multi sub infix:<+|>(, --> Int)
Integer bitwise OR operator: Coerces both arguments to Int and does a bitwise OR (inclusive OR) operation.