HigherOrderCO / monobook

AGDA
21 stars 5 forks source link

Add and Test Basic U64 Functions #4

Open dellamora opened 1 week ago

dellamora commented 1 week ago

Implement basic arithmetic and bitwise operations for U64 (Unsigned 64-bit integer). Follow the pattern of existing Nat functions and include bitwise operations.

Tasks

VictorTaelin commented 1 week ago

no need for half, also lets add bitwise functions (pretty much all fns that JS implements for u32)