| Copyright | (c) Mario Lang 2021 |
|---|---|
| License | BSD3 |
| Maintainer | mlang@blind.guru |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
Game.Chess.PGN
Description
A PGN file consists of a list of games. Each game consists of a tag list, the outcome, and a forest of rosetrees.
Documentation
gameFromForest :: [(ByteString, Text)] -> Forest Ply -> Outcome -> Game Source #
breadthFirst :: RAVOrder a Source #
depthFirst :: RAVOrder a Source #