19.11.2014 Views

The Fortress Language Specification - CiteSeerX

The Fortress Language Specification - CiteSeerX

The Fortress Language Specification - CiteSeerX

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter 26<br />

Negated Relational Operators<br />

26.1 Negated Relational Operators<br />

26.1.1 opr ̸=(x:Object, y: Object):Boolean<br />

26.1.2 opr ≢T extends BinaryPredicateT, ≡(x:T, y: T):Boolean<br />

26.1.3 opr ≢T extends BinaryIntervalPredicateT, ≡(x:T, y: T): BooleanInterval<br />

26.1.4 opr ≠T extends BinaryPredicateT, =(x:T, y: T):Boolean<br />

26.1.5 opr ≠T extends BinaryIntervalPredicateT, =(x:T, y: T): BooleanInterval<br />

26.1.6 opr ≄T extends BinaryPredicateT, ≃(x:T, y: T):Boolean<br />

26.1.7 opr ≄T extends BinaryIntervalPredicateT, ≃(x:T, y: T): BooleanInterval<br />

26.1.8 opr ≉T extends BinaryPredicateT, ≈(x:T, y: T):Boolean<br />

26.1.9 opr ≉T extends BinaryIntervalPredicateT, ≈(x:T, y: T): BooleanInterval<br />

<strong>The</strong> infix operator ̸= applies ¬ to the result of = on the same operands.<br />

<strong>The</strong> infix operator ≢ applies ¬ to the result of ≡ on the same operands.<br />

<strong>The</strong> infix operator ≠ applies ¬ to the result of = on the same operands.<br />

<strong>The</strong> infix operator ≄ applies ¬ to the result of ≃ on the same operands.<br />

<strong>The</strong> infix operator ≉ applies ¬ to the result of ≈ on the same operands.<br />

201

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!