b4c25632115a
Fix symbols
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 06 Jul 2016 18:47:17 +0000 |
parents | a0454e5d00b3 |
children | 277982735a9d |
branches/tags | (none) |
files | package.lisp |
Changes
--- a/package.lisp Wed Jul 06 18:36:03 2016 +0000 +++ b/package.lisp Wed Jul 06 18:47:17 2016 +0000 @@ -38,7 +38,9 @@ #:queue-empty-p #:queue-append - )) + ) + (:shadowing-import-from #:cl-arrows + #:->)) (defpackage #:sand.random-numbers (:use @@ -47,5 +49,7 @@ #:iterate #:cl-arrows #:sand.quickutils - #:sand.utils)) + #:sand.utils) + (:shadowing-import-from #:cl-arrows + #:->))