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 -> wordval / : word -> word -> wordval compare : word -> word -> orderingAnd maybe also the comparison operators<,<=,>, etc.