X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=d9135d5cc05626ed4d110ad03d2f7756e64ed8d3;hb=23c1653ae7f2dca5dec64f128d4ead2089f688bc;hp=2c9d6c933ca40a98d166ab21e73aa3fdecee7d9a;hpb=108cf113175bc41454b5b028d78fe00e67c37d83;p=pipes.git diff --git a/package.lisp b/package.lisp index 2c9d6c9..d9135d5 100644 --- a/package.lisp +++ b/package.lisp @@ -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