Update domain name to kpe.io
[pipes.git] / package.lisp
index 2c9d6c933ca40a98d166ab21e73aa3fdecee7d9a..d9135d5cc05626ed4d110ad03d2f7756e64ed8d3 100644 (file)
@@ -7,18 +7,11 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: package.lisp,v 1.1 2002/11/02 17:49:10 kevin Exp $
+;;;; $Id$
 ;;;;
-;;;; This file, part of pipes, is Copyright (c) 2002 by Kevin M. Rosenberg
-;;;;
-;;;; Pipes users are granted the rights to distribute and use this software
-;;;; as governed by the terms of the Lisp Lesser GNU Public License
-;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 ;;;; *************************************************************************
 
-(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0)))
-
-(in-package :cl-user)
+(in-package #:cl-user)
 
 (defpackage #:pipes
   (:use #:common-lisp)
@@ -28,8 +21,8 @@
    #:pipe-tail
    #:pipe-head
    #:pipe-elt
-   #:enumerate
-   #:pipe-display
+   #:pipe-enumerate
+   #:pipe-values
    #:pipe-force
    #:pipe-filter
    #:pipe-map