From 0e62e481f56e7085856a4650268c04ac9d05fb9c Mon Sep 17 00:00:00 2001
From: 3gg <3gg@shellblade.net>
Date: Tue, 24 Dec 2024 12:06:48 -0800
Subject: Comment.

---
 Spear/Math/Spatial2.hs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Spear/Math/Spatial2.hs b/Spear/Math/Spatial2.hs
index 1cc2b65..62eb75a 100644
--- a/Spear/Math/Spatial2.hs
+++ b/Spear/Math/Spatial2.hs
@@ -14,6 +14,8 @@ import           Spear.Math.Vector
 import           Spear.Prelude
 
 
+-- TODO: These type synonyms don't seem to work well when trying to instantiate
+-- the classes.
 type Positional2 a = Positional a Vector2
 type Rotational2 a = Rotational a Angle
 type Spatial2    s = Spatial    s Vector2 Angle Transform2
-- 
cgit v1.2.3