summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-09-24 16:02:54 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-09-24 16:02:54 +0200
commiteec49f5b95266253a1f82497d828236fc43a3dfd (patch)
tree34831b8bb85dc7c0dd342cec044cd2d03321c964 /package.lisp
Initial version.
darcs-hash:def92c268e831071d651f7c0dc315910359b1d07
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp9
1 files changed, 9 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp
new file mode 100644
index 0000000..91369e0
--- /dev/null
+++ b/package.lisp
@@ -0,0 +1,9 @@
+(defpackage #:mulk.protocols
+ (:nicknames #:protocols)
+ (:use #:cl #:c2mop)
+ (:export #:define-protocol
+ #:implement-protocols
+ #:conforms-to-p
+ #:really-conforms-to-p
+ #:protocol-name
+ #:find-protocol))