interval-tree-clock-0.2.0.0: Interval Tree Clocks
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Clock.IntervalTree.Format

Synopsis

Documentation

fmtStamp :: Stamp -> String Source #

pretty print a stamp, mathematical notation like in the original paper.

fmtStampTikz :: Stamp -> String Source #

prints a stamp as a tikz picture for latex usage. This mostly aided me in visual debugging.