Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

Commit

Permalink
Fixed symbol conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapp committed Feb 3, 2012
1 parent f3ef6dd commit 3986bdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.lisp
@@ -1,7 +1,8 @@
(defpackage #:latex-table
(:use #:common-lisp #:iterate #:let-plus #:alexandria #:anaphora
#:cl-num-utils)
(:shadowing-import-from #:cl-num-utils #:mean #:variance #:xor #:median) ; also in alexandria
(:shadowing-import-from #:cl-num-utils #:mean #:variance #:xor
#:median #:displace-array) ; also in alexandria
(:export
;; formatting.lisp
#:format-options
Expand Down

0 comments on commit 3986bdc

Please sign in to comment.