From 780bc6fec279c50a2e370c1c493deaabcf3586d7 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 25 Sep 2018 10:20:35 +0100 Subject: [PATCH] Python SignedInteger rep needs long as well as int --- syndicate/mc/preserve.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syndicate/mc/preserve.md b/syndicate/mc/preserve.md index 6fa70bf..97892f4 100644 --- a/syndicate/mc/preserve.md +++ b/syndicate/mc/preserve.md @@ -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`