[haskell] Finalized the agent initialization, refresh and reset
This commit is contained in:
parent
b763823376
commit
24f6c8eb90
9 changed files with 105 additions and 46 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue