Fix conflict

This commit is contained in:
Martin Fredin 2023-01-22 20:16:03 +01:00
parent d85a0d26b8
commit 43e0f67fe2
5 changed files with 213 additions and 4 deletions

View file

@ -2,4 +2,4 @@
main = (\x -> x + x + 3) ((\x -> x) 2)
main = (\x. x + x + 3) ((\x. x) 2)