hmt-base-0.20: Haskell Music Theory Base
Safe HaskellSafe-Inferred
LanguageHaskell2010

Music.Theory.Tree

Description

Tree functions

Synopsis

Documentation

mdForest :: Forest String -> String Source #

Print forest as markdown list.

mdTree :: Int -> Tree String -> [String] Source #

Print tree as markdown list with indicated starting indent level.