diff options
author | Vivian McPhail <haskell.vivian.mcphail@gmail.com> | 2010-09-13 02:33:31 +0000 |
---|---|---|
committer | Vivian McPhail <haskell.vivian.mcphail@gmail.com> | 2010-09-13 02:33:31 +0000 |
commit | 5323b5f9c5da53ab413202141667142e646897d4 (patch) | |
tree | 6ad4af22b626f780be7666684e187d0d61c79d77 /lib/Numeric/Vector.hs | |
parent | 9c087c435a5c8762fa66458899a36ac505e45128 (diff) |
list instances in documentation for Numeric.Vector/Matrix
Diffstat (limited to 'lib/Numeric/Vector.hs')
-rw-r--r-- | lib/Numeric/Vector.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Numeric/Vector.hs b/lib/Numeric/Vector.hs index bd356b1..3d7f350 100644 --- a/lib/Numeric/Vector.hs +++ b/lib/Numeric/Vector.hs | |||
@@ -15,6 +15,9 @@ | |||
15 | -- | 15 | -- |
16 | -- Numeric instances and functions for 'Vector'. | 16 | -- Numeric instances and functions for 'Vector'. |
17 | -- | 17 | -- |
18 | -- Provides instances of standard classes 'Show', 'Read', 'Eq', | ||
19 | -- 'Num', 'Fractional', and 'Floating' for 'Vector'. | ||
20 | -- | ||
18 | ----------------------------------------------------------------------------- | 21 | ----------------------------------------------------------------------------- |
19 | 22 | ||
20 | module Numeric.Vector ( | 23 | module Numeric.Vector ( |