summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-09-05 19:25:34 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-09-05 19:25:34 +0200
commit3c73865c134159de8d2919007b59941852998ed4 (patch)
tree20f450ba95b68d1f14d78982e79afd506bbd6d53 /package.lisp
parentcfbbf740c3a956115d5494d90d0ea33bf992d9fc (diff)
Add MATCHING-DEFUN, a convenience wrapper around DEFUN and UNIFY:MATCH-CASE.
darcs-hash:80b9a6a905d26026f39a8a656a351acaf02dcc79
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp5
1 files changed, 5 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp
new file mode 100644
index 0000000..9bbca5a
--- /dev/null
+++ b/package.lisp
@@ -0,0 +1,5 @@
+(defpackage #:mulkutils
+ (:nicknames #:mulk.lambda #:mulk #:mulk-utils #:mulk.utils)
+ (:use #:cl)
+ (:export #:efn #:fn #:efn1 #:fn1 #:fn*
+ #:matching-defun #:matching-flet #:matching-labels))