X-Git-Url: https://gitweb.michael.orlitzky.com/?p=spline3.git;a=blobdiff_plain;f=src%2FCube.hs;fp=src%2FCube.hs;h=4992851f3f7b3f7a3358e33852b53730c9269961;hp=552b141e2a2f597ce7669baa9e181259e2979a96;hb=631e653921937fe597090b66316227c9da14be35;hpb=1a5c3a7d50c4d5692f62791219d3fbf37af133ba diff --git a/src/Cube.hs b/src/Cube.hs index 552b141..4992851 100644 --- a/src/Cube.hs +++ b/src/Cube.hs @@ -20,7 +20,29 @@ import qualified Data.Vector as V ( singleton, snoc, unsafeIndex) -import Prelude hiding ( LT ) +import Prelude( + Bool, + Double, + Int, + Eq( (==) ), + Fractional( (/) ), + Maybe, + Num( (+), (-), (*) ), + Ord( (>=), (<=) ), + Show( show ), + ($), + (.), + (&&), + (++), + abs, + all, + and, + fromIntegral, + head, + map, + otherwise, + return, + tail ) import Test.Tasty ( TestTree, testGroup ) import Test.Tasty.QuickCheck ( Arbitrary( arbitrary ),