goatee-0.2.0: A monadic take on a 2,500-year-old board game - library.

Safe HaskellNone

Game.Goatee.Lib.Renderer.Tree

Description

Functions for serializing SGF trees.

Synopsis

Documentation

renderCollection :: Collection -> Render ()Source

Renders an SGF Collection to a string.

renderGameTree :: Node -> Render ()Source

Recursively renders an SGF GameTree (as defined in the spec) rooted at the given node.

renderProperty :: Property -> Render ()Source