X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FCardinal.hs;fp=src%2FCardinal.hs;h=031dfc2c9c561ea4b3f5cbea51be284be8cbe123;hb=3f7331f579118687cd73b977ce6aa7d401f88a09;hp=ff410a8769fa304f935984e9f5a6fccabb1e9272;hpb=cf2126c163fc1cf26175da1c7200a0ec1e3e034d;p=spline3.git diff --git a/src/Cardinal.hs b/src/Cardinal.hs index ff410a8..031dfc2 100644 --- a/src/Cardinal.hs +++ b/src/Cardinal.hs @@ -15,7 +15,7 @@ where import Control.Monad (liftM, liftM2) import Prelude hiding (LT) -import Test.HUnit +import Test.HUnit (Assertion, assertEqual) import Test.Framework (Test, testGroup) import Test.Framework.Providers.HUnit (testCase) import Test.Framework.Providers.QuickCheck2 (testProperty)