RoRo-0.1: Lupupu Cube Stage SolverContentsIndex
Game.LupupuCube.Stage
Description
Representation of a game stage.
Synopsis
data Stage = Stage {
stTitle :: !String
stSize :: !Size
stInitial :: !Phase
}
ppStage :: Stage -> String
Documentation
data Stage
Stage is a representation of a game stage.
Constructors
Stage
stTitle :: !StringThe human-readable title of the stage.
stSize :: !SizeThe size of the stage.
stInitial :: !PhaseThe initial state of the stage.
show/hide Instances
Eq Stage
Show Stage
XmlWrite Stage
XmlRead Stage
ppStage :: Stage -> String
Returns a brief representation of the given Stage in an ASCII art.
Produced by Haddock version 2.1.0