BSD-3-Clause licensed by Lennart Spitzner
Maintained by Lennart Spitzner
This version can be pinned in stack with:data-tree-print-0.1.0.1@sha256:87fdd8d7c48326459a250e501ca120bda2976df2517cedf15e5b740a47b59147,1483

Module documentation for 0.1.0.1

Depends on 3 packages(full list with versions):
Used by 1 package in nightly-2018-05-25(full list with versions):

Provides functionality similar to that of the Show class: Taking some arbitrary value and returning a String.

  • Output is not intended to be valid haskell.

  • Requires a Data.Data.Data instance instead of a Text.Show one.

  • Output, if large, is often easier to parse than show output due to the formatting as a nested tree.

  • The user can adapt the behaviour at runtime using custom layouting expressed via syb-style extension.

Changes

Revision history for data-tree-print

0.1.0.1 – April 2018

  • Fixups for ghc-8.4

0.1.0.0 – May 2017

  • First version. Released on an unsuspecting world.