Replies: 3 comments 1 reply
-
They're currently unimplemented. A PR would be welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This would be pretty helpful for making programming languages! Edit: Seems like there is a PR about it here: #49? |
Beta Was this translation helpful? Give feedback.
0 replies
-
int_repr seems like an alternative package that supports the full complement of integers up to 128 bits. Unfortunately it requires you to depend on Jane Street’s standard library, as mentioned in this thread. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the
Signed
module, I see only theInt32
andInt64
types, but there is noInt8
andInt16
. Are they simply not implemented or I search in a wrong place? FromREADME.md
, it follows thatInt8
andInt16
should be implemented:Beta Was this translation helpful? Give feedback.
All reactions