Paste number 49814: Package confusion

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:
Raw Source | XML | Display As
(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.

Colorize as:
Show Line Numbers

Lisppaste pastes can be made by anyone at any time. Imagine a fearsomely comprehensive disclaimer of liability. Now fear, comprehensively.