aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-03-21 00:37:25 +0000
committerSean Whitton <spwhitton@spwhitton.name>2015-03-21 00:37:25 +0000
commitd17d818beddb2a50ceec64dc5d81775c8a2e31b7 (patch)
tree237a4556f15d0f3fccaea5a0e54fdd8b5ce4c4df
parent6a7dcacff017b3bbeeb52845b496e4ebd0defe2a (diff)
downloadsariulclocks-d17d818beddb2a50ceec64dc5d81775c8a2e31b7.tar.gz
TODO
-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