implemented goalieToEditPrompt

This commit is contained in:
Jonathan Lamothe
2019-11-11 15:30:04 -05:00
parent cadbd6354b
commit 8aa8d39f70
2 changed files with 10 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ module Mtlstats.Types (
createPlayerStateL,
createGoalieStateL,
editPlayerStateL,
editGoalieStateL,
-- ** GameState Lenses
gameYear,
gameMonth,
@@ -651,6 +652,9 @@ editPlayerStateL = lens
_ -> newEditPlayerState)
(\_ eps -> EditPlayer eps)
editGoalieStateL :: Lens' ProgMode EditGoalieState
editGoalieStateL = undefined
-- | Constructor for a 'ProgState'
newProgState :: ProgState
newProgState = ProgState