struct: synthesiszer fix, tests fix

This commit is contained in:
ProgramSnail 2026-05-20 16:13:53 +00:00
parent ae01a435ff
commit 3111194714
2 changed files with 16 additions and 16 deletions

View file

@ -1247,7 +1247,7 @@ struct
(Std.pair st 0) tps (Std.pair st 0) tps
(Std.pair state_with_args _arg_id) & (Std.pair state_with_args _arg_id) &
stmt_evalo state_with_args stmt st_after_stmt & stmt_evalo state_with_args stmt st_after_stmt &
state_with_args == StEnv (mem_after_stmt, _types_after_stmt, vals_after_stmt) & st_after_stmt == StEnv (mem_after_stmt, _types_after_stmt, vals_after_stmt) &
list_foldlo (f_tags_check_foldero mem_after_stmt vals_after_stmt) 0 tps _x' list_foldlo (f_tags_check_foldero mem_after_stmt vals_after_stmt) 0 tps _x'
} | } |
{ fresh _tp in { fresh _tp in

File diff suppressed because one or more lines are too long