| Paste number 49814: | Package confusion |
| Pasted by: | tomppa |
| When: | 1 year, 8 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+12FQ |
| Channel: | #lisp |
| Paste contents: |
(defpackage #:a
(:export #:foo))
(defun a:foo ()
(print 'a))
(defpackage #:b
(:export #:foo))
(defun b:foo ()
(a:foo)
(print 'b))
This paste has no annotations.