Check whether tests compile in ghcid

This commit is contained in:
2026-03-29 15:50:58 +01:00
parent 7b9635fe53
commit d278083947
11 changed files with 95 additions and 84 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ data Stance = Stance
deriving (Eq, Ord, Show, Read) --Generic, Flat)
data Carriage
= Walking {_strideAmount :: Float, _currentFoot :: FootForward}
= Walking {_strideAmount :: Float, _footForward :: FootForward}
| Floating
| Flying
| Boosting Point2