Copyright | (c) Alexander Vieth 2015 |
---|---|
License | BSD3 |
Maintainer | aovieth@gmail.com |
Stability | experimental |
Portability | non-portable (GHC only) |
Safe Haskell | Safe |
Language | Haskell2010 |
Diplomacy.Zone
Description
- newtype Zone = Zone ProvinceTarget
- zoneProvinceTarget :: Zone -> ProvinceTarget
Documentation
A ProvinceTarget in which coasts of the same Province are equal. This notion is useful because the rules of Diplomacy state that each Zone is occupied by at most one unit, i.e. there cannot be a unit at two coasts of the same Province.
Constructors
Zone ProvinceTarget |