struct: half-manual solution for the complex send example with code from analyzer rw, test presented with fixed tags

This commit is contained in:
ProgramSnail 2026-05-21 12:47:17 +00:00
parent f457ed746e
commit 90986d9681
3 changed files with 63 additions and 3 deletions

View file

@ -107,3 +107,6 @@ let%expect_test "presentation test 2 (complex types), synt" = print_endline(prog
(* let%expect_test "complex test: send" = print_endline(prog_synt_compl_test_send ()); *)
(* [%expect {| [[Rf; Cp; Cp; Cp; Cp; Cp]; [Cp; Cp; Cp; Cp; Cp; Cp]] |}] (* TODO: FIXME *) *)
(* TODO *)
let%expect_test "complex test: send, gen rw" = print_endline(prog_synt_compl_test_send_gen_rw ());
[%expect {| [[Rf; Rf; Rf; Rf; Rf; Rf; Rf; Rf; Rf; Rf; Rf; Rf; Rf; Rf; Rf; Rf; Cp; Rf; Rf; Rf; Rf; Rf; Rf; Rf]] |}]