7 lines
80 B
Forth
7 lines
80 B
Forth
|
module Board
|
||
|
|
||
|
open Player
|
||
|
|
||
|
type Board =
|
||
|
{ players: Player.Player * Player }
|