missing haddock comments
This commit is contained in:
parent
c76c763a5d
commit
25034f0c48
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user