I hereby claim:
- I am will-w on github.
- I am willw (https://keybase.io/willw) on keybase.
- I have a public key ASCOoJNO5uZBYmq1KI6EpOslQ7NNzvlL7rafAFdEqtjuUgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
type team = | |
| X | |
| O; | |
type squareState = option(team); | |
type state = { | |
turn: team, | |
board: array(squareState) | |
}; |