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

Codeforces.Types.Problem

Synopsis

Documentation

data ProblemType Source #

Constructors

Programming 
Question 

Instances

Instances details
Show ProblemType Source # 
Instance details

Defined in Codeforces.Types.Problem

FromJSON ProblemType Source # 
Instance details

Defined in Codeforces.Types.Problem

data Problem Source #

Constructors

Problem 

Fields

Instances

Instances details
Show Problem Source # 
Instance details

Defined in Codeforces.Types.Problem

FromJSON Problem Source # 
Instance details

Defined in Codeforces.Types.Problem

data ProblemsResponse Source #

Problem data returned by the API contains two lists: a list of problems followed by a list of corresponding problem statistics.

Constructors

ProblemsResponse