Fix haddock docs

This commit is contained in:
2014-10-09 03:27:02 +02:00
parent 357c427f0b
commit a5473eaf96
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ grahamGetCH vs = f . grahamSort $ vs
f xs = xs
-- |Only compute steps of the graham scan algorithm to allow
-- |Compute all steps of the graham scan algorithm to allow
-- visualizing it.
grahamGetCHSteps :: [PT] -> [[PT]]
grahamGetCHSteps vs = reverse . g $ (length . grahamGetCH $ vs)