summaryrefslogtreecommitdiff
path: root/testdata/language-features/section
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-03 16:05:11 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-03 16:05:11 +0200
commit4742062dea52956de1490ae2e46b25b458ba94a5 (patch)
tree046427e90cbff8eb03e88a7e6a2890ceaa469eca /testdata/language-features/section
parent57d10e734217c6eeaaec61131861bfd2861a4eb0 (diff)
shorten more lambdas
Diffstat (limited to 'testdata/language-features/section')
-rw-r--r--testdata/language-features/section/section01.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/language-features/section/section01.out b/testdata/language-features/section/section01.out
index 0c51e14e..9af1bf31 100644
--- a/testdata/language-features/section/section01.out
+++ b/testdata/language-features/section/section01.out
@@ -1,5 +1,5 @@
1------------ desugared source code 1------------ desugared source code
2!@! = \_ -> \_ -> _rhs HNil 2!@! = \_ _ -> _rhs HNil
3value1 = \(a :: _) -> _rhs \(b :: _) -> a !@! b 3value1 = \(a :: _) -> _rhs \(b :: _) -> a !@! b
4value2 = \(a :: _) -> _rhs \(b :: _) -> b !@! a 4value2 = \(a :: _) -> _rhs \(b :: _) -> b !@! a
5main is not found 5main is not found