From 63d188f6c94335a952c6c57c8a49b249423440a6 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Wed, 5 Sep 2007 22:33:03 +0200 Subject: Improve documentation for MATCHING-DEFUN, add the macros MATCHING-LABELS and MATCHING-FLET. darcs-hash:300c4c44287e6f624f607473bcaa807c83bc7b4c --- package.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.lisp') diff --git a/package.lisp b/package.lisp index 9bbca5a..984d1cf 100644 --- a/package.lisp +++ b/package.lisp @@ -1,5 +1,5 @@ -(defpackage #:mulkutils - (:nicknames #:mulk.lambda #:mulk #:mulk-utils #:mulk.utils) +(defpackage #:mulk.utils + (:nicknames #:mulk.lambda #:mulk #:mulk-utils #:mulkutils) (:use #:cl) (:export #:efn #:fn #:efn1 #:fn1 #:fn* #:matching-defun #:matching-flet #:matching-labels)) -- cgit v1.2.3