From bfb071d44ff82ce400024efd1fababe7c2348a4b Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 6 May 2011 18:09:11 -0400 Subject: [PATCH] Add a TODO comment. --- src/Cardinal.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Cardinal.hs b/src/Cardinal.hs index c6d98db..0a1b139 100644 --- a/src/Cardinal.hs +++ b/src/Cardinal.hs @@ -91,7 +91,8 @@ cwx :: Cardinal -> Cardinal cwx = ccwx . ccwx . ccwx --- | Rotate a cardinal direction counter-clockwise about the x-axis. +-- | Rotate a cardinal direction counter-clockwise about the y-axis. +-- TODO: Fix these; they still use the x-axis values. ccwy :: Cardinal -> Cardinal ccwy F = F ccwy B = B -- 2.43.2