Changeset 2159

Show
Ignore:
Timestamp:
07/01/08 11:17:08 (3 months ago)
Author:
jon
Message:

[library] s/String/IntLiteral for the operators in IntLiteral?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ProjectFortress/LibraryBuiltin/FortressBuiltin.fsi

    r1771 r2159  
    5555object IntLiteral extends Integral 
    5656    opr =(self, b: IntLiteral):Boolean 
    57     opr <(self, other:String): Boolean 
    58     opr <=(self, other:String): Boolean 
    59     opr >(self, other:String): Boolean 
    60     opr >=(self, other:String): Boolean 
    61     opr CMP(self, other:String): TotalComparison 
     57    opr <(self, other:IntLiteral): Boolean 
     58    opr <=(self, other:IntLiteral): Boolean 
     59    opr >(self, other:IntLiteral): Boolean 
     60    opr >=(self, other:IntLiteral): Boolean 
     61    opr CMP(self, other:IntLiteral): TotalComparison 
    6262 
    6363    opr -(self): IntLiteral