Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/rational.hfa

    rf5e37a4 reae8b37  
    7878
    7979// I/O
     80forall(T | multiplicative(T) | equality(T))
     81trait Simple {
     82        int ?<?( T, T );
     83};
    8084
    8185forall( T ) {
    82         forall( istype & | istream( istype ) | { istype & ?|?( istype &, T & ); } | arithmetic( T ) )
     86        forall( istype & | istream( istype ) | { istype & ?|?( istype &, T & ); } | Simple(T) )
    8387        istype & ?|?( istype &, rational(T) & );
    8488
Note: See TracChangeset for help on using the changeset viewer.