cakeml icon indicating copy to clipboard operation
cakeml copied to clipboard

Implement arithmetic for Word64 and Word8 types

Open oskarabrahamsson opened this issue 3 years ago • 0 comments

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 -> ordering And maybe also the comparison operators <,<=, >, etc.

oskarabrahamsson avatar Apr 08 '22 15:04 oskarabrahamsson