From 4742062dea52956de1490ae2e46b25b458ba94a5 Mon Sep 17 00:00:00 2001 From: Péter Diviánszky Date: Tue, 3 May 2016 16:05:11 +0200 Subject: shorten more lambdas --- testdata/language-features/section/section01.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testdata/language-features/section') 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 @@ ------------ desugared source code -!@! = \_ -> \_ -> _rhs HNil +!@! = \_ _ -> _rhs HNil value1 = \(a :: _) -> _rhs \(b :: _) -> a !@! b value2 = \(a :: _) -> _rhs \(b :: _) -> b !@! a main is not found -- cgit v1.2.3