X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FFunctionValues.hs;h=b1fede7a414af4af42f9eb374e798786ac2e4366;hb=cc42825a4df8226f217e59e852950c36c0ec67ba;hp=74e212386a77b535b42c290b5f52180f63ca207a;hpb=2af8560d6b29fa9acd861f67473096e026529da3;p=spline3.git diff --git a/src/FunctionValues.hs b/src/FunctionValues.hs index 74e2123..b1fede7 100644 --- a/src/FunctionValues.hs +++ b/src/FunctionValues.hs @@ -1,7 +1,7 @@ -- | The FunctionValues module contains the 'FunctionValues' type and -- the functions used to manipulate it. module FunctionValues ( - FunctionValues, + FunctionValues(..), empty_values, eval, make_values, @@ -13,7 +13,7 @@ module FunctionValues ( where import Prelude hiding (LT) -import Test.HUnit +import Test.HUnit (Assertion) import Test.Framework (Test, testGroup) import Test.Framework.Providers.HUnit (testCase) import Test.Framework.Providers.QuickCheck2 (testProperty)