haskellscrabble-1.2.2: A scrabble library capturing the core game logic of scrabble.

Safe HaskellSafe
LanguageHaskell98

Wordify.Rules.Board.Internal

Documentation

data Board Source #

Constructors

Board (Map Pos Square) 

Instances

Eq Board Source # 

Methods

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

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