diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-06-29 08:09:46 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-06-29 08:09:46 +0000 |
commit | e36c04dca536caa42b41a4280d3f21375219970d (patch) | |
tree | 18aef1b4607ee19c88cd740dbc2e7a65d783bd2f /lib/Data/Packed/Internal.hs | |
parent | a749785e839d14fadc47ab4c6e94afdd167bdd21 (diff) |
tensor refactoring
Diffstat (limited to 'lib/Data/Packed/Internal.hs')
-rw-r--r-- | lib/Data/Packed/Internal.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Data/Packed/Internal.hs b/lib/Data/Packed/Internal.hs index a5a77c5..822bb1b 100644 --- a/lib/Data/Packed/Internal.hs +++ b/lib/Data/Packed/Internal.hs | |||
@@ -16,10 +16,10 @@ module Data.Packed.Internal ( | |||
16 | module Data.Packed.Internal.Common, | 16 | module Data.Packed.Internal.Common, |
17 | module Data.Packed.Internal.Vector, | 17 | module Data.Packed.Internal.Vector, |
18 | module Data.Packed.Internal.Matrix, | 18 | module Data.Packed.Internal.Matrix, |
19 | module Data.Packed.Internal.Tensor | 19 | -- module Data.Packed.Internal.Tensor |
20 | ) where | 20 | ) where |
21 | 21 | ||
22 | import Data.Packed.Internal.Common | 22 | import Data.Packed.Internal.Common |
23 | import Data.Packed.Internal.Vector | 23 | import Data.Packed.Internal.Vector |
24 | import Data.Packed.Internal.Matrix | 24 | import Data.Packed.Internal.Matrix |
25 | import Data.Packed.Internal.Tensor \ No newline at end of file | 25 | --import Data.Packed.Internal.Tensor \ No newline at end of file |