Bend/tests/snapshots/cli__desugar_pretty.bend.snap
2024-06-06 11:35:47 -03:00

18 lines
353 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/cli/desugar_pretty.bend
---
Warnings:
In definition 'Foo':
Definition is unused.
(Foo) =
λa λb let (c, d) = a;
let (e, f) = b;
(+ (+ c d) (+ e f))
(main) =
λpat%a let (a, b) = pat%a;
λpat%b let {c d *} = pat%b;
(+ (+ a b) (+ c d))