Skip to content
Snippets Groups Projects
Commit dbf81e50 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Use xcvb-utils instead of shadowing-import-from.

parent 06d35e6d
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,7 @@
(in-package :cl)
(defpackage :inferior-shell
(:use :cl :fare-utils :fare-matcher :xcvb-driver :named-readtables :fare-mop :alexandria)
(:shadowing-import-from :xcvb-driver #:emptyp) ;; also in alexandria
(:shadowing-import-from :fare-matcher #:of-type) ;; also in alexandria
(:use :cl :xcvb-utils :fare-matcher :named-readtables :fare-mop)
(:export
#:run #:run/s #:run/ss #:run/lines
#:simple-command-line-token #:token-string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment