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/algebra/strap/ILIST.lsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/algebra/strap/ILIST.lsp') diff --git a/src/algebra/strap/ILIST.lsp b/src/algebra/strap/ILIST.lsp index f8d9855d..0d8a5c40 100644 --- a/src/algebra/strap/ILIST.lsp +++ b/src/algebra/strap/ILIST.lsp @@ -453,9 +453,9 @@ (LIST '|Evalable| (|devaluate| |#1|)))) (|HasCategory| |#1| - (LIST '|CoercibleTo| '(|OutputForm|)))) + '(|CoercibleTo| (|OutputForm|)))) (|HasCategory| |#1| - (LIST '|ConvertibleTo| '(|InputForm|))) + '(|ConvertibleTo| (|InputForm|))) (OR (|HasCategory| |#1| '(|OrderedSet|)) (|HasCategory| |#1| '(|SetCategory|))) (|HasCategory| |#1| '(|OrderedSet|)) @@ -465,7 +465,7 @@ (|HasCategory| (|Integer|) '(|OrderedSet|)) (|HasCategory| |#1| '(|SetCategory|)) (|HasCategory| |#1| - (LIST '|CoercibleTo| '(|OutputForm|))) + '(|CoercibleTo| (|OutputForm|))) (|HasCategory| |#1| '(|BasicType|)) (AND (|HasCategory| |#1| '(|SetCategory|)) (|HasCategory| |#1| -- cgit v1.2.3