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.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Data/Packed/Internal/Common.hs b/lib/Data/Packed/Internal/Common.hs
index 72a7e26..8930cbb 100644
--- a/lib/Data/Packed/Internal/Common.hs
+++ b/lib/Data/Packed/Internal/Common.hs
@@ -99,11 +99,6 @@ check msg f = do
99-- | description of GSL error codes 99-- | description of GSL error codes
100foreign import ccall "auxi.h gsl_strerror" gsl_strerror :: CInt -> IO (Ptr CChar) 100foreign import ccall "auxi.h gsl_strerror" gsl_strerror :: CInt -> IO (Ptr CChar)
101 101
102
103{- | conversion of Haskell functions into function pointers that can be used in the C side
104-}
105foreign import ccall "wrapper" mkfun:: (Double -> Ptr() -> Double) -> IO( FunPtr (Double -> Ptr() -> Double))
106
107--------------------------------------------------- 102---------------------------------------------------
108-- ugly, but my haddock version doesn't understand 103-- ugly, but my haddock version doesn't understand
109-- yet infix type constructors 104-- yet infix type constructors