From 6ecef8f577432ffcaee07f09b2a73d4ea5eb5de2 Mon Sep 17 00:00:00 2001 From: Péter Diviánszky Date: Tue, 10 May 2016 16:32:23 +0200 Subject: explicit lhs marks, first step --- testdata/language-features/section/section01.out | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testdata/language-features/section') diff --git a/testdata/language-features/section/section01.out b/testdata/language-features/section/section01.out index d99e803e..a06769e3 100644 --- a/testdata/language-features/section/section01.out +++ b/testdata/language-features/section/section01.out @@ -1,10 +1,10 @@ main is not found ------------ desugared source code -(!@!) = \(_ :: _) (_ :: _) -> _rhs () +(!@!) = _lhs (!@!) \(_ :: _) (_ :: _) -> _rhs () -value1 = \(a :: _) -> _rhs \(b :: _) -> a !@! b +value1 = _lhs value1 \(a :: _) -> _rhs \(b :: _) -> a !@! b -value2 = \(a :: _) -> _rhs \(b :: _) -> b !@! a +value2 = _lhs value2 \(a :: _) -> _rhs \(b :: _) -> b !@! a ------------ core code !@! :: forall a b . a -> b -> () !@! = \_ _ _ _ -> _rhs () -- cgit v1.2.3