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

Safe HaskellNone
LanguageHaskell98

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.