Skip to content

Commit

Permalink
Exported dimension functions
Browse files Browse the repository at this point in the history
  • Loading branch information
smithzvk committed Jun 14, 2011
1 parent 5ec1643 commit ebf94b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion versioned-arrays.lisp
Expand Up @@ -2,7 +2,9 @@
(defpackage :versioned-arrays (defpackage :versioned-arrays
(:use :cl :bt :iter :modf) (:use :cl :bt :iter :modf)
(:export #:make-versioned-array (:export #:make-versioned-array
#:varef )) #:varef
#:va-dimensions
#:va-dimension))


(in-package :versioned-arrays) (in-package :versioned-arrays)


Expand Down

0 comments on commit ebf94b6

Please sign in to comment.