hlint
This commit is contained in:
parent
bcea51171a
commit
8a5b397ac4
26 changed files with 48 additions and 52 deletions
2
Test.hs
2
Test.hs
|
@ -72,7 +72,7 @@ main = do
|
|||
divider
|
||||
propigate rs qcok
|
||||
where
|
||||
divider = putStrLn $ take 70 $ repeat '-'
|
||||
divider = putStrLn $ replicate 70 '-'
|
||||
|
||||
propigate :: [Counts] -> Bool -> IO ()
|
||||
propigate cs qcok
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue