X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fsequence.lisp;h=be36e994fedeef7904f48a9c61b48c6b91dcb71f;hb=c1243ebc6aaa93fe370ddedbe4bbe1642f0b13e9;hp=8b3708bdc6c82f9e2f1e2252dcb1c3cce77ed72b;hpb=168079daa86cefc7f1f8d0845887ed6e63f6ff74;p=jscl.git diff --git a/src/sequence.lisp b/src/sequence.lisp index 8b3708b..be36e99 100644 --- a/src/sequence.lisp +++ b/src/sequence.lisp @@ -13,6 +13,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with JSCL. If not, see . +(/debug "loading sequence.lisp!") + (defun not-seq-error (thing) (error "`~S' is not of type SEQUENCE" thing))