summaryrefslogtreecommitdiff
path: root/lib/Data/Packed/Internal.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-09-12 19:09:47 +0000
committerAlberto Ruiz <aruiz@um.es>2007-09-12 19:09:47 +0000
commit0ff13d993b880739295de343bca62f06fac5ca0c (patch)
tree252a51b4314c19c04a9eda87973eeaae63167a41 /lib/Data/Packed/Internal.hs
parentcd937c2be2900b8f13506d9ae7c731ad43d74e05 (diff)
documentation
Diffstat (limited to 'lib/Data/Packed/Internal.hs')
-rw-r--r--lib/Data/Packed/Internal.hs5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Data/Packed/Internal.hs b/lib/Data/Packed/Internal.hs
index 822bb1b..e5028d3 100644
--- a/lib/Data/Packed/Internal.hs
+++ b/lib/Data/Packed/Internal.hs
@@ -11,15 +11,14 @@
11-- Reexports all internal modules 11-- Reexports all internal modules
12-- 12--
13----------------------------------------------------------------------------- 13-----------------------------------------------------------------------------
14-- #hide
14 15
15module Data.Packed.Internal ( 16module Data.Packed.Internal (
16 module Data.Packed.Internal.Common, 17 module Data.Packed.Internal.Common,
17 module Data.Packed.Internal.Vector, 18 module Data.Packed.Internal.Vector,
18 module Data.Packed.Internal.Matrix, 19 module Data.Packed.Internal.Matrix,
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 \ No newline at end of file
25--import Data.Packed.Internal.Tensor \ No newline at end of file