diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-09-23 09:49:04 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-09-23 09:49:04 +0000 |
commit | 3cfce69bf3cb7d7f7976abb454b64f6fa3a32c97 (patch) | |
tree | 6c8d4b0ccbfc2eb289d9112c9106a53af58c6820 /lib/Data/Packed.hs | |
parent | 778e63dcc2b348914a4f6975f5328ff7fd25638a (diff) |
minor doc fix, clean Plot
Diffstat (limited to 'lib/Data/Packed.hs')
-rw-r--r-- | lib/Data/Packed.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Data/Packed.hs b/lib/Data/Packed.hs index bfc2d8b..b8bec8a 100644 --- a/lib/Data/Packed.hs +++ b/lib/Data/Packed.hs | |||
@@ -1,14 +1,14 @@ | |||
1 | ----------------------------------------------------------------------------- | 1 | ----------------------------------------------------------------------------- |
2 | {- | | 2 | {- | |
3 | Module : Data.Packed | 3 | Module : Data.Packed |
4 | Copyright : (c) Alberto Ruiz 2006-7 | 4 | Copyright : (c) Alberto Ruiz 2006-2010 |
5 | License : GPL-style | 5 | License : GPL-style |
6 | 6 | ||
7 | Maintainer : Alberto Ruiz (aruiz at um dot es) | 7 | Maintainer : Alberto Ruiz (aruiz at um dot es) |
8 | Stability : provisional | 8 | Stability : provisional |
9 | Portability : uses ffi | 9 | Portability : uses ffi |
10 | 10 | ||
11 | The Vector and Matrix types and some utilities. | 11 | Types for dense 'Vector' and 'Matrix' of 'Storable' elements. |
12 | 12 | ||
13 | -} | 13 | -} |
14 | ----------------------------------------------------------------------------- | 14 | ----------------------------------------------------------------------------- |