TicTacToe-0.0.1: A sub-project (exercise) for a functional programming course
Data.TicTacToe.Position
Description
A position is one of the nine places on a tic-tac-toe grid.
data Position Source
Constructors
North-west (top left).
North (top centre).
North-east (top right).
West (middle left).
Centre.
East (middle right)
South-west (bottom left).
South (bottom centre).
South-east (bottom right).
Instances