summaryrefslogtreecommitdiff
path: root/lib/Data/Packed/Internal/Signatures.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Data/Packed/Internal/Signatures.hs')
-rw-r--r--lib/Data/Packed/Internal/Signatures.hs2
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 --
54type TCV = CInt -> PC -> IO CInt -- 54type TCV = CInt -> PC -> IO CInt --
55type TCVCV = CInt -> PC -> TCV -- 55type TCVCV = CInt -> PC -> TCV --
56type TCVCVCV = CInt -> PC -> TCVCV -- 56type TCVCVCV = CInt -> PC -> TCVCV --
57type TCVV = CInt -> PC -> TV --
57type TQV = CInt -> PQ -> IO CInt -- 58type TQV = CInt -> PQ -> IO CInt --
58type TQVQV = CInt -> PQ -> TQV -- 59type TQVQV = CInt -> PQ -> TQV --
59type TQVQVQV = CInt -> PQ -> TQVQV -- 60type TQVQVQV = CInt -> PQ -> TQVQV --
61type TQVF = CInt -> PQ -> TF --
60type TCMCV = CInt -> CInt -> PC -> TCV -- 62type TCMCV = CInt -> CInt -> PC -> TCV --
61type TVCV = CInt -> PD -> TCV -- 63type TVCV = CInt -> PD -> TCV --
62type TCVM = CInt -> PC -> TM -- 64type TCVM = CInt -> PC -> TM --