struct: remove unrequired comment

This commit is contained in:
ProgramSnail 2026-05-06 10:39:49 +00:00
parent ddde0e9541
commit da7e489a78

View file

@ -819,7 +819,6 @@ struct
v == FunV fstmts & v == FunV fstmts &
tp == FunT tps & tp == FunT tps &
st' == StEnv (mem, types', vals') & st' == StEnv (mem, types', vals') &
(* TODO: type error, fix required *)
list_foldl2o (stmt_addarg_foldero vals) list_foldl2o (stmt_addarg_foldero vals)
(Std.pair st' 0) tps es (Std.pair st' 0) tps es
(Std.pair state_with_args _arg_id) & (Std.pair state_with_args _arg_id) &