From 908960a455e09bf5440ab87ed288efc989f8b29e Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 26 Jan 2011 19:40:22 +0000 Subject: Replace more occurences of LIST with %listlit. --- src/interp/i-output.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interp/i-output.boot') diff --git a/src/interp/i-output.boot b/src/interp/i-output.boot index a5a52d2c..41693905 100644 --- a/src/interp/i-output.boot +++ b/src/interp/i-output.boot @@ -517,7 +517,7 @@ outputTran x == x is ['matrix,['construct,c]] and c is ['COLLECT,:m,d] and d is ['construct,e] and e is ['COLLECT,:.] => outputTran ['COLLECT,:m,e] - x is ['LIST,:l] => outputTran ['BRACKET,['AGGLST,:l]] + x is ['%listlit,:l] => outputTran ['BRACKET,['AGGLST,:l]] x is ["%Map",:l] => outputMapTran l x is ['brace, :l] => ['BRACE, ['AGGLST,:[outputTran y for y in l]]] -- cgit v1.2.3