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, database,
progMode, progMode,
inputBuffer, inputBuffer,
-- ** GameState Lenses
gameType,
otherTeam,
homeScore,
awayScore,
-- ** ProgMode Lenses -- ** ProgMode Lenses
gameTypeL, gameTypeL,
otherTeamL, otherTeamL,
homeScoreL, homeScoreL,
awayScoreL, awayScoreL,
-- ** GameState Lenses
gameType,
otherTeam,
homeScore,
awayScore,
-- ** Database Lenses -- ** Database Lenses
dbPlayers, dbPlayers,
dbGoalies, dbGoalies,