Use nub' instead of nub in some places, remove some unused nub imports

This commit is contained in:
peter.ljunglof
2012-08-29 21:48:34 +00:00
parent 87260365c7
commit f78505d88e
6 changed files with 6 additions and 7 deletions

View File

@@ -31,7 +31,6 @@ import Text.Printf
import Control.Monad
import Control.Exception(evaluate)
import qualified Data.ByteString.Char8 as BS
import Data.List(nub)
putShow' :: Show a => (c -> a) -> c -> IO ()
putShow' f = putStrLn . show . length . show . f