Python SignedInteger rep needs long as well as int

This commit is contained in:
Tony Garnock-Jones 2018-09-25 10:20:35 +01:00
parent 6e98ba0097
commit 780bc6fec2
1 changed files with 1 additions and 1 deletions

View File

@ -897,7 +897,7 @@ or `Record`s.
- `Boolean``True` and `False`
- `Float` ↔ a `Float` wrapper-class for a double-precision value
- `Double` ↔ float
- `SignedInteger` ↔ int
- `SignedInteger` ↔ int and long
- `String``unicode`
- `ByteString``bytes`
- `Symbol` ↔ a simple data class wrapping a `unicode`