summaryrefslogtreecommitdiff
path: root/packages/tests/src/Numeric/LinearAlgebra/Tests/Properties.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2015-04-15 19:53:15 +0200
committerAlberto Ruiz <aruiz@um.es>2015-04-15 19:53:15 +0200
commit27c1c4c1b4acd6ccfb53cfef5687bfda1b99d81c (patch)
treedf6a33476fb10a4c2e9b89d4e3f5c8330dc997bf /packages/tests/src/Numeric/LinearAlgebra/Tests/Properties.hs
parent6ecaa30249548c44199ddbc3cce6f8228b17be5b (diff)
remove Util
Diffstat (limited to 'packages/tests/src/Numeric/LinearAlgebra/Tests/Properties.hs')
-rw-r--r--packages/tests/src/Numeric/LinearAlgebra/Tests/Properties.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tests/src/Numeric/LinearAlgebra/Tests/Properties.hs b/packages/tests/src/Numeric/LinearAlgebra/Tests/Properties.hs
index e2492dd..207a303 100644
--- a/packages/tests/src/Numeric/LinearAlgebra/Tests/Properties.hs
+++ b/packages/tests/src/Numeric/LinearAlgebra/Tests/Properties.hs
@@ -42,7 +42,7 @@ module Numeric.LinearAlgebra.Tests.Properties (
42 linearSolveProp, linearSolveProp2 42 linearSolveProp, linearSolveProp2
43) where 43) where
44 44
45import Numeric.LinearAlgebra.HMatrix hiding (Testable)--hiding (real,complex) 45import Numeric.LinearAlgebra.HMatrix hiding (Testable,unitary)
46import Test.QuickCheck 46import Test.QuickCheck
47 47
48trivial :: Testable a => Bool -> a -> Property 48trivial :: Testable a => Bool -> a -> Property