diff options
Diffstat (limited to 'lib/GSL/Differentiation.hs')
-rw-r--r-- | lib/GSL/Differentiation.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/GSL/Differentiation.hs b/lib/GSL/Differentiation.hs index 6fd7565..e8e22d2 100644 --- a/lib/GSL/Differentiation.hs +++ b/lib/GSL/Differentiation.hs | |||
@@ -23,7 +23,7 @@ module GSL.Differentiation ( | |||
23 | ) where | 23 | ) where |
24 | 24 | ||
25 | import Foreign | 25 | import Foreign |
26 | import Data.Packed.Internal.Common(mkfun,check,(//)) | 26 | import Data.Packed.Internal(mkfun,check,(//)) |
27 | 27 | ||
28 | derivGen :: | 28 | derivGen :: |
29 | Int -- ^ type: 0 central, 1 forward, 2 backward | 29 | Int -- ^ type: 0 central, 1 forward, 2 backward |