nationstates-0.5.0.0: NationStates API client

Safe HaskellSafe
LanguageHaskell2010

NationStates.Types

Description

Data structures used by NationStates.

Synopsis

Documentation

data FatherOrMother Source

Differentiates between a Father or Mother Knows Best State.

Constructors

Father 
Mother 

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.