diff options
author | Vivian McPhail <haskell.vivian.mcphail@gmail.com> | 2010-07-06 06:20:04 +0000 |
---|---|---|
committer | Vivian McPhail <haskell.vivian.mcphail@gmail.com> | 2010-07-06 06:20:04 +0000 |
commit | 7ddccab219ab64f066d8913c9f3c60afe2831d4b (patch) | |
tree | bdf412693130e067f3b4b865bfe9807640ca6028 /lib/Data/Packed | |
parent | 305360d31d6cc81c405df84e098c46e5b461a20a (diff) |
complex implementations for Vectors typeclass
Diffstat (limited to 'lib/Data/Packed')
-rw-r--r-- | lib/Data/Packed/Internal/Signatures.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Data/Packed/Internal/Signatures.hs b/lib/Data/Packed/Internal/Signatures.hs index 1370dbc..78d00fa 100644 --- a/lib/Data/Packed/Internal/Signatures.hs +++ b/lib/Data/Packed/Internal/Signatures.hs | |||
@@ -54,9 +54,11 @@ type TCMCMCM = CInt -> CInt -> PC -> TCMCM -- | |||
54 | type TCV = CInt -> PC -> IO CInt -- | 54 | type TCV = CInt -> PC -> IO CInt -- |
55 | type TCVCV = CInt -> PC -> TCV -- | 55 | type TCVCV = CInt -> PC -> TCV -- |
56 | type TCVCVCV = CInt -> PC -> TCVCV -- | 56 | type TCVCVCV = CInt -> PC -> TCVCV -- |
57 | type TCVV = CInt -> PC -> TV -- | ||
57 | type TQV = CInt -> PQ -> IO CInt -- | 58 | type TQV = CInt -> PQ -> IO CInt -- |
58 | type TQVQV = CInt -> PQ -> TQV -- | 59 | type TQVQV = CInt -> PQ -> TQV -- |
59 | type TQVQVQV = CInt -> PQ -> TQVQV -- | 60 | type TQVQVQV = CInt -> PQ -> TQVQV -- |
61 | type TQVF = CInt -> PQ -> TF -- | ||
60 | type TCMCV = CInt -> CInt -> PC -> TCV -- | 62 | type TCMCV = CInt -> CInt -> PC -> TCV -- |
61 | type TVCV = CInt -> PD -> TCV -- | 63 | type TVCV = CInt -> PD -> TCV -- |
62 | type TCVM = CInt -> PC -> TM -- | 64 | type TCVM = CInt -> PC -> TM -- |