From 769c7ac09e66bcae5ca34009734b5e184ce2e0f0 Mon Sep 17 00:00:00 2001 From: Péter Diviánszky Date: Mon, 2 May 2016 17:26:25 +0200 Subject: use [] instead of Nil in pretty print --- testdata/language-features/basic-list/list02.out | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 74e7428a..66445671 100644 --- a/testdata/language-features/basic-list/list02.out +++ b/testdata/language-features/basic-list/list02.out @@ -1,7 +1,7 @@ ------------ desugared source code -value1 = _rhs Nil -value2 = _rhs (fromInt 1 : fromInt 2 : fromInt 3 : fromInt 4 : Nil) -value3 = _rhs ('h' : 'e' : 'l' : 'l' : 'o' : Nil) +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 . List a -- cgit v1.2.3