From 25034f0c489e73e089cb3958183e21d2184d55c0 Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Tue, 20 Aug 2019 12:25:40 -0400 Subject: [PATCH] missing haddock comments --- src/Mtlstats/Actions.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Mtlstats/Actions.hs b/src/Mtlstats/Actions.hs index 4286d1f..6dc1b85 100644 --- a/src/Mtlstats/Actions.hs +++ b/src/Mtlstats/Actions.hs @@ -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