Copyright | (c) Alexander Vieth 2015 |
---|---|
License | BSD3 |
Maintainer | aovieth@gmail.com |
Stability | experimental |
Portability | non-portable (GHC only) |
Safe Haskell | Safe |
Language | Haskell2010 |
- type Control = Map Province GreatPower
- emptyControl :: Control
- control :: Province -> Maybe GreatPower -> Control -> Control
- controller :: Province -> Control -> Maybe GreatPower
Documentation
type Control = Map Province GreatPower Source #
Indicates which GreatPower most recently had a unit on a given Province at the beginning of an adjust phase.
controller :: Province -> Control -> Maybe GreatPower Source #