From f468a49a43193caffe92cdd48a52a699880e14ef Mon Sep 17 00:00:00 2001 From: Péter Diviánszky Date: Tue, 3 May 2016 16:40:30 +0200 Subject: refactoring --- testdata/language-features/basic-list/list02.out | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testdata/language-features/basic-list/list02.out') diff --git a/testdata/language-features/basic-list/list02.out b/testdata/language-features/basic-list/list02.out index dec74991..6101a1fa 100644 --- a/testdata/language-features/basic-list/list02.out +++ b/testdata/language-features/basic-list/list02.out @@ -1,8 +1,10 @@ +main is not found ------------ desugared source code value1 = _rhs [] + value2 = _rhs (fromInt 1 : fromInt 2 : fromInt 3 : fromInt 4 : []) + value3 = _rhs ('h' : 'e' : 'l' : 'l' : 'o' : []) -main is not found ------------ trace value1 :: forall a . [a] value2 :: forall a . Num a => [a] -- cgit v1.2.3