Changes between Version 1 and Version 2 of Ticket #91, comment 2


Ignore:
Timestamp:
Jun 7, 2018, 11:43:41 AM (7 years ago)
Author:
a3moss

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #91, comment 2

    v1 v2  
    33forall(dtype T | { int ?!=?(const T&, zero_t); })
    44int !?(const T& x) { return !(x != 0); }
    5 
    6 forall(dtype T | { int ?!=?(const T&, zero_t); })
    7 int ?==?(const T& x, zero_t) { return !(x != 0); }
    85}}}