Skip to content

Instantly share code, notes, and snippets.

@Will-W
Will-W / keybase.md
Created July 21, 2023 19:14
Keybase assertion

Keybase proof

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:

type team =
| X
| O;
type squareState = option(team);
type state = {
turn: team,
board: array(squareState)
};