Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Describes simple structure of filesystem tree.
traverseTree :: TreeFs -> IO () Source #
Walks through directory tree and write file contents, creating all intermediate directories.
showBoldTree :: TreeFs -> Text Source #
Pretty shows the directory tree content.