From e50c2f005ede9ba244a418536d7673e8d3aefa0f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 19 Mar 2015 08:23:30 +0000 Subject: comment --- src/Utils/ScoresFile.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Utils/ScoresFile.hs b/src/Utils/ScoresFile.hs index 2f496bf..936a5dc 100644 --- a/src/Utils/ScoresFile.hs +++ b/src/Utils/ScoresFile.hs @@ -21,6 +21,8 @@ scoresToCSV = unlines . foldr step [] step (theClass, (Score x y)) theLines = (show theClass ++ "," ++ show x ++ "," ++ show y) : theLines +-- TODO: back these up + -- no malformed CSV handling here yet! -- this function currently doesn't work scoresFromCSV :: String -> ScoresList -- cgit v1.2.3