| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Sutori.Logger.Log
Description
Provides a common framework (class) to showSut sutori componentselementsconstructs.
Documentation
class SutShow a where Source #
Interface for pretty-printing Sutori constructs (token, actions, tables, ...)
Minimal complete definition
Simple tree data structure to allow pretty printing of sutori logs
Constructors
| SutLogLeave String | A final message |
| SutLogNode String [SutLog] | A message with children messages |