--- source: tests/golden_tests.rs input_file: tests/golden_tests/cli/desugar_float_combinators.bend --- (Z) = λ* λa a (S) = λa λb let {c d} = b; λe (c (a d e)) (get) = λa (a get__C0 0) (main) = (get (S (S Z))) (get__C0) = λa (+ a 1)