1
0
Fork 0

[haskell] Finalized the agent initialization, refresh and reset

This commit is contained in:
Julien Dessaux 2023-07-20 00:24:31 +02:00
parent b763823376
commit 24f6c8eb90
Signed by: adyxax
GPG key ID: F92E51B86E07177E
9 changed files with 105 additions and 46 deletions

View file

@ -16,4 +16,4 @@ data Agent = Agent { accountId :: T.Text
, headquarters :: T.Text
, startingFaction :: T.Text
, symbol :: T.Text
} deriving (FromJSON, Generic, Show, ToJSON)
} deriving (Eq, FromJSON, Generic, Show, ToJSON)