reordered functions

This commit is contained in:
Jonathan Lamothe 2019-08-27 13:07:43 -04:00
parent 97a42fd1de
commit 6088974aea

View File

@ -40,16 +40,16 @@ module Mtlstats.Types (
database,
progMode,
inputBuffer,
-- ** GameState Lenses
gameType,
otherTeam,
homeScore,
awayScore,
-- ** ProgMode Lenses
gameTypeL,
otherTeamL,
homeScoreL,
awayScoreL,
-- ** GameState Lenses
gameType,
otherTeam,
homeScore,
awayScore,
-- ** Database Lenses
dbPlayers,
dbGoalies,