Skip to content

Commit

Permalink
[fix] depend on peltadot-traits-library
Browse files Browse the repository at this point in the history
  • Loading branch information
digikar99 committed Mar 31, 2024
1 parent 0e19d3f commit add9d8e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions dense-arrays.asd
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"fiveam"
"iterate"
"peltadot"
"peltadot-traits-library"
"trivial-garbage"
"trivial-types"
"uiop")
Expand Down
7 changes: 7 additions & 0 deletions plus/lite.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
#:array-offsets
#:array-strides
#:array-root-array)
(:import-from
#:peltadot-traits-library
#:array-like
#:dimensions-and-strides
#:dimensions
#:element-type
#:row-major-iterator)
(:reexport :dense-arrays)
(:export
#:asarray
Expand Down

0 comments on commit add9d8e

Please sign in to comment.