implemented editGoalieYtdGamesPrompt

This commit is contained in:
Jonathan Lamothe
2019-11-14 03:07:26 -05:00
parent 06348fe928
commit f739db4203
2 changed files with 11 additions and 1 deletions
+2 -1
View File
@@ -50,4 +50,5 @@ editGoalieNamePrompt = strPrompt "Goalie name: " $
-- | Prompt to edit a goalie's YTD games played
editGoalieYtdGamesPrompt :: Prompt
editGoalieYtdGamesPrompt = undefined
editGoalieYtdGamesPrompt = numPrompt "Year-to-date games played: " $
modify . editGoalieYtdGames