summaryrefslogtreecommitdiff
path: root/tests/hol4/hashmap/hashmap_FunsScript.sml
diff options
context:
space:
mode:
authorSon Ho2023-08-09 10:01:32 +0200
committerSon Ho2023-08-09 10:01:32 +0200
commita2c4ffd56b6f1760374707f083f6c4347b116538 (patch)
tree4a3b3ba3197261bf279d5be270bf91d23023cbca /tests/hol4/hashmap/hashmap_FunsScript.sml
parent967d08107de73f7f151dc8b4fb1f1cc61f109051 (diff)
Update the nix flake and regenerate the code
Diffstat (limited to '')
-rw-r--r--tests/hol4/hashmap/hashmap_FunsScript.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hol4/hashmap/hashmap_FunsScript.sml b/tests/hol4/hashmap/hashmap_FunsScript.sml
index 1ed57080..e3c3d2a5 100644
--- a/tests/hol4/hashmap/hashmap_FunsScript.sml
+++ b/tests/hol4/hashmap/hashmap_FunsScript.sml
@@ -170,7 +170,7 @@ val hash_map_insert_no_resize_fwd_back_def = Define ‘
od
-(** [core::num::u32::{9}::MAX] *)
+(** [core::num::u32::{8}::MAX] *)
Definition core_num_u32_max_body_def:
core_num_u32_max_body : u32 result = Return (int_to_u32 4294967295)
End