implemented playerSummary
This commit is contained in:
@@ -717,4 +717,5 @@ modifyPlayer f n = map
|
||||
|
||||
-- | Provides a short summary string for a player
|
||||
playerSummary :: Player -> String
|
||||
playerSummary = undefined
|
||||
playerSummary p =
|
||||
p^.pName ++ " (" ++ show (p^.pNumber) ++ ") " ++ p^.pPosition
|
||||
|
||||
Reference in New Issue
Block a user