summaryrefslogtreecommitdiff
path: root/lib/GSL/Special.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-09-28 07:37:49 +0000
committerAlberto Ruiz <aruiz@um.es>2007-09-28 07:37:49 +0000
commit74e7d42263b196c22d1f5da3d51beec69071600d (patch)
tree04dd5cd4ef4e22dfd114a6739c9ed39bdaf6f26b /lib/GSL/Special.hs
parent0198366bba7a5f2d67338633f9eb90889ffc31b2 (diff)
save work
Diffstat (limited to 'lib/GSL/Special.hs')
-rw-r--r--lib/GSL/Special.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/GSL/Special.hs b/lib/GSL/Special.hs
index bdee1b2..fa002b9 100644
--- a/lib/GSL/Special.hs
+++ b/lib/GSL/Special.hs
@@ -41,7 +41,6 @@ module GSL.Special (
41, module GSL.Special.Synchrotron 41, module GSL.Special.Synchrotron
42, module GSL.Special.Trig 42, module GSL.Special.Trig
43, module GSL.Special.Zeta 43, module GSL.Special.Zeta
44, setErrorHandlerOff
45) 44)
46where 45where
47 46
@@ -73,8 +72,3 @@ import GSL.Special.Psi
73import GSL.Special.Synchrotron 72import GSL.Special.Synchrotron
74import GSL.Special.Trig 73import GSL.Special.Trig
75import GSL.Special.Zeta 74import GSL.Special.Zeta
76
77
78-- | This action removes the GSL default error handler which aborts the program, so that
79-- GSL errors can be handled by Haskell (using Control.Exception) and ghci doesn't abort.
80foreign import ccall "gsl-aux.h no_abort_on_error" setErrorHandlerOff :: IO ()