diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-09-15 17:55:50 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-09-15 17:55:50 +0000 |
commit | e0528e1a1e9ada67a39a0494f7dfccc2b6aefcad (patch) | |
tree | 7ee028012294a6d48b800c7d00d1e583833a7241 /examples | |
parent | f901d49d1392327c79f1d4c63932fa350cfb506a (diff) |
code refactoring
Diffstat (limited to 'examples')
-rw-r--r-- | examples/tests.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tests.hs b/examples/tests.hs index 2f3b3d8..f352b71 100644 --- a/examples/tests.hs +++ b/examples/tests.hs | |||
@@ -20,7 +20,7 @@ import Test.QuickCheck | |||
20 | import Test.HUnit hiding ((~:)) | 20 | import Test.HUnit hiding ((~:)) |
21 | import Complex | 21 | import Complex |
22 | import LinearAlgebra.Algorithms | 22 | import LinearAlgebra.Algorithms |
23 | import LinearAlgebra.Linear | 23 | import LinearAlgebra.Linear hiding ((<>)) |
24 | import GSL.Matrix | 24 | import GSL.Matrix |
25 | import GSLHaskell hiding ((<>),constant) | 25 | import GSLHaskell hiding ((<>),constant) |
26 | 26 | ||