summaryrefslogtreecommitdiff
path: root/package.lisp
blob: 2cc93323f0ed3e2dc5720ae23e3e7a6a7156e258 (plain)
1
2
3
4
5
6
7
8
9
(defpackage #:mulk.protocols
  (:nicknames #:protocols)
  (:use #:closer-common-lisp)
  (:export #:define-protocol
           #:implement-protocols
           #:conforms-to-p
           #:really-conforms-to-p
           #:protocol-name
           #:find-protocol))