missing haddock comments

This commit is contained in:
Jonathan Lamothe 2019-08-20 12:25:40 -04:00
parent c76c763a5d
commit 25034f0c48

View File

@ -23,8 +23,10 @@ module Mtlstats.Actions (startNewSeason, startNewGame) where
import Mtlstats.Types
-- | Starts a new season
startNewSeason :: ProgState -> ProgState
startNewSeason = undefined
-- | Starts a new game
startNewGame :: ProgState -> ProgState
startNewGame = undefined