Bend/tests/golden_tests/compile_file_o_all/fst_fst.bend
2024-05-15 00:25:46 +02:00

4 lines
68 B
Plaintext

FstFst (f1, s1) (f2, s2) = (f1, f2)
Main = (FstFst (3, 9) (4, 12))