|
|
|
Description |
Representation of a game stage.
|
|
Synopsis |
|
|
|
Documentation |
|
data Stage |
Stage is a representation of a game stage.
| Constructors | Stage | | stTitle :: !String | The human-readable title of the stage.
| stSize :: !Size | The size of the stage.
| stInitial :: !Phase | The initial state of the stage.
|
|
| Instances | |
|
|
ppStage :: Stage -> String |
Returns a brief representation of the given Stage in an ASCII
art.
|
|
Produced by Haddock version 2.1.0 |