nationstates-0.5.0.0: NationStates API client

Safe HaskellSafe
LanguageHaskell2010

NationStates.Types

Description

Data structures used by NationStates.

Synopsis

Documentation

data WACategory Source

Nation category.

This datum summarizes a nation's personal, economic, and political freedoms.

type WAVote = Maybe Bool Source

A vote in the General Assembly or Security Council.

Just True and Just False mean "for" and "against" respectively, while Nothing means that the nation did not vote at all.