Safe Haskell | None |
---|---|
Language | Haskell2010 |
System.Filesystem.FileTree
Description
Synopsis
- type FileTree a = TrieMap PathComponent a
Documentation
type FileTree a = TrieMap PathComponent a Source #
A representation of the files in a filesystem, ignoring directories.