(uiop:define-package foo (:use :cl) ;; this line is weird (:use-reexport :foo.a) (:use-reexport :foo.b) (:use-reexport :foo.c))