Skip to content

Commit 1183f8c

Browse files
JaniczekWarry
authored andcommitted
Format
1 parent e79f078 commit 1183f8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/Stage/Desugar.elm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ desugarUnit =
160160
-- from
161161
Frontend.Lambda [ arg1, arg2 ] body
162162
163-
164163
-- to
165164
Canonical.Lambda arg1 (Canonical.Lambda arg2 body)
166165

0 commit comments

Comments
 (0)