diff options
Diffstat (limited to 'lib/Data/Packed/Internal/Signatures.hs')
-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 78d00fa..8c1c5f6 100644 --- a/lib/Data/Packed/Internal/Signatures.hs +++ b/lib/Data/Packed/Internal/Signatures.hs | |||
@@ -59,6 +59,8 @@ type TQV = CInt -> PQ -> IO CInt -- | |||
59 | type TQVQV = CInt -> PQ -> TQV -- | 59 | type TQVQV = CInt -> PQ -> TQV -- |
60 | type TQVQVQV = CInt -> PQ -> TQVQV -- | 60 | type TQVQVQV = CInt -> PQ -> TQVQV -- |
61 | type TQVF = CInt -> PQ -> TF -- | 61 | type TQVF = CInt -> PQ -> TF -- |
62 | type TQM = CInt -> CInt -> PQ -> IO CInt -- | ||
63 | type TQMQM = CInt -> CInt -> PQ -> TQM -- | ||
62 | type TCMCV = CInt -> CInt -> PC -> TCV -- | 64 | type TCMCV = CInt -> CInt -> PC -> TCV -- |
63 | type TVCV = CInt -> PD -> TCV -- | 65 | type TVCV = CInt -> PD -> TCV -- |
64 | type TCVM = CInt -> PC -> TM -- | 66 | type TCVM = CInt -> PC -> TM -- |