@hackage dirtree0.1.3
A small library for working with directories.
Categories
License
MIT
Maintainer
christian@kalhauge.dk
Links
Versions
Installation
Dependencies (9)
- base >=4.10 && <5
- bytestring
- containers
- deepseq
- directory
- filepath Show all…
Dependents (0)
dirtree
Dir tree is an small implementation of a directory tree much akin to
directory-tree,
in contrast it uses F-algebras to store the tree for easy traversals and
recursion.