codeforces-cli-0.1.0: Command line interface to interact with Codeforces.
Safe HaskellNone
LanguageHaskell2010

Codeforces.Types.Standings

Synopsis

Documentation

data ResultType Source #

Constructors

ResultPreliminary

Means a party's points can decrease, e.g. if their solution fails during a system test.

ResultFinal

Means a party can only increase points for this problem by submitting better solutions.

Instances

Instances details
Show ResultType Source # 
Instance details

Defined in Codeforces.Types.Standings

FromJSON ResultType Source # 
Instance details

Defined in Codeforces.Types.Standings

data ProblemResult Source #

Constructors

ProblemResult 

Fields

prNotAttempted :: ProblemResult -> Bool Source #

True if no solution has been submitted for this problem in the contest.

data RanklistRow Source #

Constructors

RanklistRow 

Fields

Instances

Instances details
Show RanklistRow Source # 
Instance details

Defined in Codeforces.Types.Standings

FromJSON RanklistRow Source # 
Instance details

Defined in Codeforces.Types.Standings

data Standings Source #

The standings returned by the API consists of Contest details, the list of Problems and the requested portion of the standings list (a list of RanklistRows).

Instances

Instances details
Show Standings Source # 
Instance details

Defined in Codeforces.Types.Standings

FromJSON Standings Source # 
Instance details

Defined in Codeforces.Types.Standings