missing haddock comments
This commit is contained in:
@@ -23,8 +23,10 @@ module Mtlstats.Actions (startNewSeason, startNewGame) where
|
|||||||
|
|
||||||
import Mtlstats.Types
|
import Mtlstats.Types
|
||||||
|
|
||||||
|
-- | Starts a new season
|
||||||
startNewSeason :: ProgState -> ProgState
|
startNewSeason :: ProgState -> ProgState
|
||||||
startNewSeason = undefined
|
startNewSeason = undefined
|
||||||
|
|
||||||
|
-- | Starts a new game
|
||||||
startNewGame :: ProgState -> ProgState
|
startNewGame :: ProgState -> ProgState
|
||||||
startNewGame = undefined
|
startNewGame = undefined
|
||||||
|
|||||||
Reference in New Issue
Block a user