Add log when generating layout
This commit is contained in:
@@ -12,4 +12,11 @@ data ComposingNode a
|
||||
| UseLabel {_composeIndex :: Int, _unCompose :: a} -- defaults to using no children
|
||||
type SubCompTree a = Tree (ComposingNode a)
|
||||
type CompTree a = Tree (SubCompTree a)
|
||||
type LabSubCompTree a = (Tree (ComposingNode a),TreeSubLabelling)
|
||||
type LabCompTree a = Tree (LabSubCompTree a)
|
||||
data TreeSubLabelling = TreeSubLabelling
|
||||
{ _topLabel :: String
|
||||
, _subLabels :: Maybe (Tree TreeSubLabelling)
|
||||
}
|
||||
makeLenses ''ComposingNode
|
||||
makeLenses ''TreeSubLabelling
|
||||
|
||||
Reference in New Issue
Block a user