From f6e5de243353518085fbd39be9daef1f121a96e3 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Fri, 18 Feb 2011 03:51:28 +0000 Subject: Rename %veclit to %vector and %listlit to %list --- src/algebra/strap/LIST.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/algebra/strap/LIST.lsp') diff --git a/src/algebra/strap/LIST.lsp b/src/algebra/strap/LIST.lsp index ddf8b5f5..ff8f2e2d 100644 --- a/src/algebra/strap/LIST.lsp +++ b/src/algebra/strap/LIST.lsp @@ -14,7 +14,7 @@ (DECLAIM (FTYPE (FUNCTION (|%Thing| |%List| |%Shell|) |%List|) |LIST;cons;S2$;3|)) -(PUT '|LIST;cons;S2$;3| '|SPADreplace| '|%makepair|) +(PUT '|LIST;cons;S2$;3| '|SPADreplace| '|%pair|) (DECLAIM (FTYPE (FUNCTION (|%List| |%List| |%Shell|) |%List|) |LIST;append;3$;4|)) -- cgit v1.2.3