Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Hledger.Utils.Tree
Documentation
An efficient-to-build tree suggested by Cale Gibbard, probably better than accountNameTreeFrom.
Instances
Eq a => Eq (FastTree a) Source # | |
Ord a => Ord (FastTree a) Source # | |
Defined in Hledger.Utils.Tree Methods compare :: FastTree a -> FastTree a -> Ordering Source # (<) :: FastTree a -> FastTree a -> Bool Source # (<=) :: FastTree a -> FastTree a -> Bool Source # (>) :: FastTree a -> FastTree a -> Bool Source # (>=) :: FastTree a -> FastTree a -> Bool Source # | |
Show a => Show (FastTree a) Source # | |
treeFromPaths :: Ord a => [[a]] -> FastTree a Source #