X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=ce3788643c06954969f60421bb368dda9b64b12e;hb=692c4be5bf0688806d3df9530a014ec02ad53c78;hp=2c9d6c933ca40a98d166ab21e73aa3fdecee7d9a;hpb=108cf113175bc41454b5b028d78fe00e67c37d83;p=pipes.git diff --git a/package.lisp b/package.lisp index 2c9d6c9..ce37886 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; 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 ;;;; @@ -16,9 +16,7 @@ ;;;; (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 +26,8 @@ #:pipe-tail #:pipe-head #:pipe-elt - #:enumerate - #:pipe-display + #:pipe-enumerate + #:pipe-values #:pipe-force #:pipe-filter #:pipe-map