diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-07-29 15:43:21 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-07-29 15:43:21 +0000 |
commit | b9db4d25d87cd4ab0f493413db92fb41b7eacda9 (patch) | |
tree | a447fe6f7e16b3768e912064a033ce257040720e /examples/oldtests.hs | |
parent | b1b908c10ad7a393200651b4b23fc0b26efbc1b9 (diff) |
more automatic wrappers for simple special functions
Diffstat (limited to 'examples/oldtests.hs')
-rw-r--r-- | examples/oldtests.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/oldtests.hs b/examples/oldtests.hs index 1f1ca25..4bc37e7 100644 --- a/examples/oldtests.hs +++ b/examples/oldtests.hs | |||
@@ -1,6 +1,6 @@ | |||
1 | import Test.HUnit | 1 | import Test.HUnit |
2 | 2 | ||
3 | import GSL | 3 | import GSL hiding (exp) |
4 | import GSL.Matrix | 4 | import GSL.Matrix |
5 | import System.Random(randomRs,mkStdGen) | 5 | import System.Random(randomRs,mkStdGen) |
6 | 6 | ||