summaryrefslogtreecommitdiff
path: root/lib/Data/Packed/Internal.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-06-29 08:09:46 +0000
committerAlberto Ruiz <aruiz@um.es>2007-06-29 08:09:46 +0000
commite36c04dca536caa42b41a4280d3f21375219970d (patch)
tree18aef1b4607ee19c88cd740dbc2e7a65d783bd2f /lib/Data/Packed/Internal.hs
parenta749785e839d14fadc47ab4c6e94afdd167bdd21 (diff)
tensor refactoring
Diffstat (limited to 'lib/Data/Packed/Internal.hs')
-rw-r--r--lib/Data/Packed/Internal.hs4
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
22import Data.Packed.Internal.Common 22import Data.Packed.Internal.Common
23import Data.Packed.Internal.Vector 23import Data.Packed.Internal.Vector
24import Data.Packed.Internal.Matrix 24import Data.Packed.Internal.Matrix
25import Data.Packed.Internal.Tensor \ No newline at end of file 25--import Data.Packed.Internal.Tensor \ No newline at end of file