Add Read/Show instance for Creature
This commit is contained in:
@@ -10,5 +10,6 @@ data Memory = Memory
|
||||
{ _soundsToInvestigate :: [Point2]
|
||||
, _nodesSearched :: [Int]
|
||||
}
|
||||
deriving (Eq,Ord,Show,Read)
|
||||
|
||||
makeLenses ''Memory
|
||||
|
||||
Reference in New Issue
Block a user