Hlint: Error: Use uncurry
This commit is contained in:
		
							parent
							
								
									1e6f38eb41
								
							
						
					
					
						commit
						469550b640
					
				@ -20,7 +20,7 @@ stats opts args l = do
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
showStats :: [Opt] -> [String] -> Ledger -> Day -> String
 | 
					showStats :: [Opt] -> [String] -> Ledger -> Day -> String
 | 
				
			||||||
showStats _ _ l today =
 | 
					showStats _ _ l today =
 | 
				
			||||||
    heading ++ unlines (map (\(a,b) -> printf fmt a b) stats)
 | 
					    heading ++ unlines (map (uncurry (printf fmt)) stats)
 | 
				
			||||||
    where
 | 
					    where
 | 
				
			||||||
      heading = underline $ printf "Ledger statistics as of %s" (show today)
 | 
					      heading = underline $ printf "Ledger statistics as of %s" (show today)
 | 
				
			||||||
      fmt = "%-" ++ show w1 ++ "s: %-" ++ show w2 ++ "s"
 | 
					      fmt = "%-" ++ show w1 ++ "s: %-" ++ show w2 ++ "s"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user