implemented editGoalieLtGames

This commit is contained in:
Jonathan Lamothe
2019-11-14 02:17:13 -05:00
parent 6b1aa85010
commit afdb7653cd
2 changed files with 33 additions and 1 deletions

View File

@@ -108,7 +108,7 @@ editGoalieLtGames
-- ^ The number of games
-> ProgState
-> ProgState
editGoalieLtGames = undefined
editGoalieLtGames games = editGoalie (gLifetime.gsGames .~ games) EGLifetime
editGoalie :: (Goalie -> Goalie) -> EditGoalieMode -> ProgState -> ProgState
editGoalie f mode s = fromMaybe s $ do