Rename Perception datatype/fields

This commit is contained in:
2022-06-18 10:08:06 +01:00
parent 66fda3fb93
commit a1c7abedaf
13 changed files with 76 additions and 85 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ import Geometry.Data
import Control.Lens
newtype MemoryState = MemoryState
newtype Memory = Memory
{ _soundsToInvestigate :: [Point2]
}
makeLenses ''MemoryState
makeLenses ''Memory