Safe Haskell | None |
---|---|
Language | Haskell2010 |
Codeforces.Types.Contest
Documentation
data ScoringType Source #
Constructors
ScoringCF | |
ScoringIOI | |
ScoringICPC |
Instances
Eq ScoringType Source # | |
Defined in Codeforces.Types.Contest | |
Show ScoringType Source # | |
Defined in Codeforces.Types.Contest Methods showsPrec :: Int -> ScoringType -> ShowS # show :: ScoringType -> String # showList :: [ScoringType] -> ShowS # | |
FromJSON ScoringType Source # | |
Defined in Codeforces.Types.Contest |
data ContestPhase Source #
Constructors
Before | |
Coding | |
PendingSystemTest | |
Finished |
Instances
Show ContestPhase Source # | |
Defined in Codeforces.Types.Contest Methods showsPrec :: Int -> ContestPhase -> ShowS # show :: ContestPhase -> String # showList :: [ContestPhase] -> ShowS # | |
FromJSON ContestPhase Source # | |
Defined in Codeforces.Types.Contest |