Bend/tests/snapshots/cli__run_pretty.hvm.snap

13 lines
326 B
Plaintext
Raw Normal View History

2024-04-12 17:23:13 +03:00
---
source: tests/golden_tests.rs
input_file: tests/golden_tests/cli/run_pretty.hvm
---
2024-04-26 23:38:20 +03:00
Result:
λa switch a = a {
0: λa switch a {
2024-05-10 22:42:32 +03:00
0: (String/cons 98 (String/cons 97 String/nil));
_: λ* (String/cons 116 (String/cons 97 String/nil));
2024-04-26 23:38:20 +03:00
};
2024-05-10 22:42:32 +03:00
_: λ* λb λ* (b 97 λc λ* (c 116 λd λ* (d 97 String/nil)));
2024-04-26 23:38:20 +03:00
}