summaryrefslogtreecommitdiff
path: root/lib/Data/Packed/Internal/Common.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Data/Packed/Internal/Common.hs')
-rw-r--r--lib/Data/Packed/Internal/Common.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Data/Packed/Internal/Common.hs b/lib/Data/Packed/Internal/Common.hs
index bce9922..1b63dd8 100644
--- a/lib/Data/Packed/Internal/Common.hs
+++ b/lib/Data/Packed/Internal/Common.hs
@@ -101,9 +101,6 @@ check msg f = do
101foreign import ccall "auxi.h gsl_strerror" gsl_strerror :: CInt -> IO (Ptr CChar) 101foreign import ccall "auxi.h gsl_strerror" gsl_strerror :: CInt -> IO (Ptr CChar)
102 102
103--------------------------------------------------- 103---------------------------------------------------
104-- ugly, but my haddock version doesn't understand
105-- yet infix type constructors
106---------------------------------------------------
107---------- signatures of the C functions --------- 104---------- signatures of the C functions ---------
108-------------------------------------------------- 105--------------------------------------------------
109type PD = Ptr Double -- 106type PD = Ptr Double --
@@ -141,8 +138,3 @@ type TCVM = CInt -> PC -> TM --
141type TMCVM = CInt -> CInt -> PD -> TCVM -- 138type TMCVM = CInt -> CInt -> PD -> TCVM --
142type TMMCVM = CInt -> CInt -> PD -> TMCVM -- 139type TMMCVM = CInt -> CInt -> PD -> TMCVM --
143-------------------------------------------------- 140--------------------------------------------------
144
145type TauxMul a = CInt -> CInt -> CInt -> Ptr a
146 -> CInt -> CInt -> CInt -> Ptr a
147 -> CInt -> CInt -> Ptr a
148 -> IO CInt