implemented editGoalieLtGamesPrompt

This commit is contained in:
Jonathan Lamothe
2019-11-14 03:07:26 -05:00
parent 8c482ae785
commit 6b1aa85010
2 changed files with 11 additions and 1 deletions
+2 -1
View File
@@ -86,4 +86,5 @@ editGoalieYtdTiesPrompt = numPrompt "Year-to-date ties: " $
-- | Prompt to edit a goalie's lifetime games played
editGoalieLtGamesPrompt :: Prompt
editGoalieLtGamesPrompt = undefined
editGoalieLtGamesPrompt = numPrompt "Lifetime games played: " $
modify . editGoalieLtGames