t3-server-0.1.0: tic-tac-toe server

Safe HaskellNone
LanguageHaskell2010

T3.Match

Documentation

runMatch :: Maybe Seconds -> UserInit -> UserInit -> ([Action] -> Board -> Result -> IO ()) -> IO () -> IO () Source

type Callback = Step -> IO () Source