diff options
Diffstat (limited to 'lib/std/bitset.myr')
-rw-r--r-- | lib/std/bitset.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/bitset.myr b/lib/std/bitset.myr index b173d87..afc66b4 100644 --- a/lib/std/bitset.myr +++ b/lib/std/bitset.myr @@ -30,7 +30,7 @@ pkg std = const bsunion : (a : bitset#, b : bitset# -> void) const bseq : (a : bitset#, b : bitset# -> bool) const bsissubset : (a : bitset#, b : bitset# -> bool) - const bshash : (a : bitset# -> uint32) + const bshash : (a : bitset# -> uint64) type bsiter = struct idx : size |