directory-tree
directory-tree copied to clipboard
A simple directory-like tree datatype, with useful IO functions, for Haskell
I came to the package with a much simpler expectation - namely to collect the filenames recursively in a directory and build a tree structure (but without the content). I...
For me goes about 35 levels deep and then gives an IO error: readDirectoryWithL return "/usr/bin/X11" I hacked it for my specific use case by treating any symlink that doesn't...
When loading EXAMPLES/Examples.hs I get: > *System.Directory.Tree> :l EXAMPLES/Examples.hs [1 of 2] Compiling System.Directory.Tree ( System/Directory/Tree.hs, interpreted ) [2 of 2] Compiling Main ( EXAMPLES/Examples.hs, interpreted ) > >EXAMPLES/Examples.hs:9:1: error:...
Waaay back in 2018 I lazy-forked your code (pasted it locally) to see if I could fit larger trees in RAM by changing how filenames are encoded. I found that...