cakeml
cakeml copied to clipboard
Implement arithmetic for Word64 and Word8 types
The following operations would be useful additions to the Word{8,64} modules:
-
val * : word -> word -> word -
val / : word -> word -> word -
val compare : word -> word -> orderingAnd maybe also the comparison operators<,<=,>, etc.