Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/rational.hfa

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