gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] ANSI Compliance Bug: MERGE does not accept NIL as :KEY argu


From: Paul F. Dietz
Subject: [Gcl-devel] ANSI Compliance Bug: MERGE does not accept NIL as :KEY argument
Date: Sat, 14 Sep 2002 07:31:47 -0500

>(let ((x (list 2 4 5)) (y (list 1 3 8)))  (merge 'list x y #'< :key nil))
 
Error in MERGE [or a callee]: The function NIL is undefined.
 
Fast links are on: do (use-fast-links nil) for debugging
Broken at MERGE.  Type :H for Help.
 1 (Abort) Return to top level.
dbl:>>

(The result should have been (1 2 3 4 5 8).)

        Paul Dietz
        address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]