DisjoiningExpression.ceylon

"An expression on or above the precedence level of logical disjunction.
 
 This contains all “Layer 3” operators."
shared alias DisjoiningExpression
        => ConjoiningExpression|OrOperation;