| 67 | | data Integer |
| 68 | | = S# Int# -- small integers |
| 69 | | #ifndef ILX |
| 70 | | | J# Int# ByteArray# -- large integers |
| 71 | | #else |
| 72 | | | J# Void BigInteger -- .NET big ints |
| | 67 | #!html |
| | 68 | <pre><font color=Purple><u>data</u></font> <font color=Green>Integer</font> |
| | 69 | <font color=Blue>=</font> <font color=Green>S</font><font color=Blue>#</font> <font color=Green>Int</font><font color=Blue>#</font> <font color=Red>-- small integers</font> |
| | 70 | <font color=Red>#ifndef ILX</font> |
| | 71 | <font color=Blue>|</font> <font color=Green>J</font><font color=Blue>#</font> <font color=Green>Int</font><font color=Blue>#</font> <font color=Green>ByteArray</font><font color=Blue>#</font> <font color=Red>-- large integers</font> |
| | 72 | <font color=Red>#else</font> |
| | 73 | <font color=Blue>|</font> <font color=Green>J</font><font color=Blue>#</font> <font color=Green>Void BigInteger</font> <font color=Red>-- .NET big ints</font></pre> |