diff options
author | Son Ho | 2023-08-09 10:01:32 +0200 |
---|---|---|
committer | Son Ho | 2023-08-09 10:01:32 +0200 |
commit | a2c4ffd56b6f1760374707f083f6c4347b116538 (patch) | |
tree | 4a3b3ba3197261bf279d5be270bf91d23023cbca /tests/lean/Hashmap | |
parent | 967d08107de73f7f151dc8b4fb1f1cc61f109051 (diff) |
Update the nix flake and regenerate the code
Diffstat (limited to 'tests/lean/Hashmap')
-rw-r--r-- | tests/lean/Hashmap/Funs.lean | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lean/Hashmap/Funs.lean b/tests/lean/Hashmap/Funs.lean index d6796932..30b30e0b 100644 --- a/tests/lean/Hashmap/Funs.lean +++ b/tests/lean/Hashmap/Funs.lean @@ -132,7 +132,7 @@ def HashMap.insert_no_resize let v ← Vec.index_mut_back (List T) self.slots hash_mod l0 Result.ret { self with slots := v } -/- [core::num::u32::{9}::MAX] -/ +/- [core::num::u32::{8}::MAX] -/ def core_num_u32_max_body : Result U32 := Result.ret (U32.ofInt 4294967295) def core_num_u32_max_c : U32 := eval_global core_num_u32_max_body (by simp) |