hsdip-0.1: hsdip - a Diplomacy parser/renderer
Diplomacy
data Power Source
Constructors
Instances
powerNames :: [[Char]]Source
data Unit Source
type Location = StringSource
type UnitLoc = (Unit, Location)Source
data Move Source
data UnitMove Source
type UnitMoveTry = (UnitMove, Bool)Source
type Ownership = (Maybe Power, [Location])Source
type PowerPos = (Power, [UnitLoc])Source
type PowerMove = (Power, [UnitMoveTry])Source
type Year = IntSource
data Season Source
data TurnType Source
type Time = (Year, Season, TurnType)Source
data Turn Source
Fields
emptyTurn :: TurnSource
showTurn :: Turn -> String -> StringSource