Commit before trying to remove reified impulses

This commit is contained in:
2025-10-15 14:19:38 +01:00
parent a0c4d62018
commit f9bcac915f
7 changed files with 147 additions and 452 deletions
+1 -3
View File
@@ -85,9 +85,7 @@ data Action
{ _targetID :: Int
, _targetSeenAt :: Point2
}
| PathTo
{ _pathToPoint :: Point2
}
| PathTo { _pathToPoint :: Point2 }
| TurnToPoint
{ _turnToPoint :: Point2
}