Add HACK notes

This commit is contained in:
2014-12-03 21:20:34 +01:00
parent 0f0362322e
commit 9fca3ccaa9
3 changed files with 4 additions and 0 deletions

View File

@@ -214,6 +214,7 @@ quadTreeToRoseTree z' = go (rootNode z')
, go (fromJust . goSE $ z)]
where
markAndPrintOrigin
-- HACK: in order to give specific nodes a specific color
| z' == z = "* " ++ printOrigin
| otherwise = printOrigin
printOrigin