wordify-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

Wordify.Rules.Game.Internal

Documentation

data Move Source #

Constructors

PlaceTiles (Map Pos Tile) 
Exchange [Tile] 
Pass 
Instances
Eq Move Source # 
Instance details

Defined in Wordify.Rules.Game.Internal

Methods

(==) :: Move -> Move -> Bool #

(/=) :: Move -> Move -> Bool #

Show Move Source # 
Instance details

Defined in Wordify.Rules.Game.Internal

Methods

showsPrec :: Int -> Move -> ShowS #

show :: Move -> String #

showList :: [Move] -> ShowS #

data History Source #

Constructors

History LetterBag (Seq Move) 
Instances
Eq History Source # 
Instance details

Defined in Wordify.Rules.Game.Internal

Methods

(==) :: History -> History -> Bool #

(/=) :: History -> History -> Bool #

Show History Source # 
Instance details

Defined in Wordify.Rules.Game.Internal