diff options
Diffstat (limited to 'lib/Data/Packed/Internal/Signatures.hs')
-rw-r--r-- | lib/Data/Packed/Internal/Signatures.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Data/Packed/Internal/Signatures.hs b/lib/Data/Packed/Internal/Signatures.hs index 4d984e3..1370dbc 100644 --- a/lib/Data/Packed/Internal/Signatures.hs +++ b/lib/Data/Packed/Internal/Signatures.hs | |||
@@ -20,6 +20,7 @@ import Foreign.C.Types | |||
20 | 20 | ||
21 | type PF = Ptr Float -- | 21 | type PF = Ptr Float -- |
22 | type PD = Ptr Double -- | 22 | type PD = Ptr Double -- |
23 | type PQ = Ptr (Complex Float) -- | ||
23 | type PC = Ptr (Complex Double) -- | 24 | type PC = Ptr (Complex Double) -- |
24 | type TF = CInt -> PF -> IO CInt -- | 25 | type TF = CInt -> PF -> IO CInt -- |
25 | type TFF = CInt -> PF -> TF -- | 26 | type TFF = CInt -> PF -> TF -- |
@@ -53,6 +54,9 @@ type TCMCMCM = CInt -> CInt -> PC -> TCMCM -- | |||
53 | type TCV = CInt -> PC -> IO CInt -- | 54 | type TCV = CInt -> PC -> IO CInt -- |
54 | type TCVCV = CInt -> PC -> TCV -- | 55 | type TCVCV = CInt -> PC -> TCV -- |
55 | type TCVCVCV = CInt -> PC -> TCVCV -- | 56 | type TCVCVCV = CInt -> PC -> TCVCV -- |
57 | type TQV = CInt -> PQ -> IO CInt -- | ||
58 | type TQVQV = CInt -> PQ -> TQV -- | ||
59 | type TQVQVQV = CInt -> PQ -> TQVQV -- | ||
56 | type TCMCV = CInt -> CInt -> PC -> TCV -- | 60 | type TCMCV = CInt -> CInt -> PC -> TCV -- |
57 | type TVCV = CInt -> PD -> TCV -- | 61 | type TVCV = CInt -> PD -> TCV -- |
58 | type TCVM = CInt -> PC -> TM -- | 62 | type TCVM = CInt -> PC -> TM -- |