This commit is contained in:
Jonathan Lamothe 2019-08-23 10:35:59 -04:00
parent 16c9ebe124
commit e6bc853b7f

View File

@ -143,7 +143,7 @@ data Database = Database
{ _dbPlayers :: [Player] { _dbPlayers :: [Player]
-- ^ The list of players -- ^ The list of players
, _dbGoalies :: [Goalie] , _dbGoalies :: [Goalie]
-- ^ The lidt of goalies -- ^ The list of goalies
, _dbGames :: Int , _dbGames :: Int
-- ^ The number of games recorded -- ^ The number of games recorded
} deriving (Eq, Show) } deriving (Eq, Show)