Changeset 2159
- Timestamp:
- 07/01/08 11:17:08 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ProjectFortress/LibraryBuiltin/FortressBuiltin.fsi
r1771 r2159 55 55 object IntLiteral extends Integral 56 56 opr =(self, b: IntLiteral):Boolean 57 opr <(self, other: String): Boolean58 opr <=(self, other: String): Boolean59 opr >(self, other: String): Boolean60 opr >=(self, other: String): Boolean61 opr CMP(self, other: String): TotalComparison57 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 62 62 63 63 opr -(self): IntLiteral
