aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/Utils/Classes.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Utils/Classes.hs b/src/Utils/Classes.hs
index 5451b73..0157675 100644
--- a/src/Utils/Classes.hs
+++ b/src/Utils/Classes.hs
@@ -13,9 +13,9 @@ import Text.XHtml.Bootstrap
-- Make the columns with rankingColumns, and then transpose them so
-- that we can make HTML.
--- Do this as two composed folds (point-free), rather than three:
--- first one accumulates to list of three rows (each step adds to all
--- three rows) and second turns list of three rows into Html.
+-- TODO: Do this as two composed folds (point-free), rather than
+-- three: first one accumulates to list of three rows (each step adds
+-- to all three rows) and second turns list of three rows into Html.
--
-- This also means that we can have the whole column with a meaningful
-- blue background colour for the current class and the winning two