implemented editGoalieNamePrompt

This commit is contained in:
Jonathan Lamothe
2019-11-13 11:40:02 -05:00
parent 895f090f17
commit fceba7eed1
2 changed files with 11 additions and 1 deletions
+2 -1
View File
@@ -44,4 +44,5 @@ editGoalieNumberPrompt = numPrompt "Goalie number: " $
-- | Prompt to edit a goalie's name
editGoalieNamePrompt :: Prompt
editGoalieNamePrompt = undefined
editGoalieNamePrompt = strPrompt "Goalie name: " $
modify . editGoalieName